about summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 09:21:15 -0300
committerDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 09:21:15 -0300
commit54453c735819ae5ed4113e7a232fab4a564a212f (patch)
treeb0c875b399847d8d01dbc3e09b593fb6486ecf1b
parent64c39d9bf2aaa9be637d23dfe53e39e380f62200 (diff)
downloadperl-libnet-54453c735819ae5ed4113e7a232fab4a564a212f.tar.gz
typo fixes
-rw-r--r--Net/POP3.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Net/POP3.pm b/Net/POP3.pm
index f4ac8f5..2a9b532 100644
--- a/Net/POP3.pm
+++ b/Net/POP3.pm
@@ -484,9 +484,9 @@ sub auth {
     return 0;
     };
 
-  # We dont support sasl mechanisms that encrypt the socket traffic.
+  # We don't support sasl mechanisms that encrypt the socket traffic.
   # todo that we would really need to change the ISA hierarchy
-  # so we dont inherit from IO::Socket, but instead hold it in an attribute
+  # so we don't inherit from IO::Socket, but instead hold it in an attribute
 
   my @cmd = ("AUTH", $client->mechanism);
   my $code;