about summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 07:16:38 -0400
committerDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 07:16:38 -0400
commit503090dab61c99bb36ea6b7f1f9861b263186b75 (patch)
tree943377837a78ec8393db71c56077bbf7855a3d34
parent3f4c50eaf7712e9443a922fcd3a6e52a8cbd2a4f (diff)
downloadperl-libnet-503090dab61c99bb36ea6b7f1f9861b263186b75.tar.gz
typo fix
-rw-r--r--Net/FTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/FTP.pm b/Net/FTP.pm
index 427ef98..2b1e07d 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -25,7 +25,7 @@ $VERSION = '2.77_2';
 @ISA     = qw(Exporter Net::Cmd IO::Socket::INET);
 
 # Someday I will "use constant", when I am not bothered to much about
-# compatability with older releases of perl
+# compatibility with older releases of perl
 
 use vars qw($TELNET_IAC $TELNET_IP $TELNET_DM);
 ($TELNET_IAC, $TELNET_IP, $TELNET_DM) = (255, 244, 242);