[Encode] UTF-7 Support
[p5sagit/p5-mst-13.2.git] / lib / ftp.pl
index 0b9d732..7ef8d76 100644 (file)
@@ -328,10 +328,10 @@ sub ftp'cwd
 
 # Get a full directory listing:
 # &ftp'dir( remote LIST options )
-# Start a list goin with the given options.
+# Start a list going with the given options.
 # Presuming that the remote deamon uses the ls command to generate the
 # data to send back then you can send it some extra options (eg: -lRa)
-# return 1 if sucessful and 0 on a failure
+# return 1 if successful and 0 on a failure
 sub ftp'dir_open
 {
        local( $options ) = @_;