about summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 07:16:04 -0400
committerDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 07:16:04 -0400
commit3f4c50eaf7712e9443a922fcd3a6e52a8cbd2a4f (patch)
tree891e7db6189f86fe6cf9a63739c65ab3266dbd00
parentd37c54b15eb84a6ff6c26a20a7a082991067a590 (diff)
downloadperl-libnet-3f4c50eaf7712e9443a922fcd3a6e52a8cbd2a4f.tar.gz
typo fix
-rw-r--r--Net/FTP/dataconn.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/FTP/dataconn.pm b/Net/FTP/dataconn.pm
index c2954f8..78142af 100644
--- a/Net/FTP/dataconn.pm
+++ b/Net/FTP/dataconn.pm
@@ -27,7 +27,7 @@ sub abort {
   return $data->close
     if ${*$data}{'net_ftp_eof'};
 
-  # for some reason if we continously open RETR connections and not
+  # for some reason if we continuously open RETR connections and not
   # read a single byte, then abort them after a while the server will
   # close our connection, this prevents the unexpected EOF on the
   # command channel -- GMB