summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd T. Fries <todd@fries.int.mrleng.com>2000-11-08 12:36:42 -0600
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-09 04:15:17 +0000
commit3a26a9866592cf64fe5b5d40a8e70e53c7ef85b4 (patch)
treec02933825a85022fc681804f2d870eda627666c1 /lib
parent7d4173ed82afd5b15a1b1ecc5bd9c81dd82fd578 (diff)
downloadperl-3a26a9866592cf64fe5b5d40a8e70e53c7ef85b4.tar.gz
[ID 20001108.013] spelling
Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com> p4raw-id: //depot/perl@7616
Diffstat (limited to 'lib')
-rw-r--r--lib/ftp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp.pl b/lib/ftp.pl
index aa6a489665..3f0af1a8d7 100644
--- a/lib/ftp.pl
+++ b/lib/ftp.pl
@@ -74,7 +74,7 @@
# No longer call die expect on fatal errors. Just return fail codes.
# Changed returns so higher up routines can tell whats happening.
# Get expect/accept in correct order for dir listing.
-# When ftp_show is set then print hashes every 1k transfered (like ftp).
+# When ftp_show is set then print hashes every 1k transferred (like ftp).
# Allow for stripping returns out of incoming data.
# Save last error in a global string.
#