about summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 08:17:17 -0300
committerDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 08:17:17 -0300
commitb18aa954ac4e24ad3713e0422a846c3732804ddf (patch)
treed7c3bdd2a57f5a1375214e8378ba22c1a8750cc1
parent503090dab61c99bb36ea6b7f1f9861b263186b75 (diff)
downloadperl-libnet-b18aa954ac4e24ad3713e0422a846c3732804ddf.tar.gz
typo fix
-rw-r--r--Net/NNTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/NNTP.pm b/Net/NNTP.pm
index a9a5592..a2f3def 100644
--- a/Net/NNTP.pm
+++ b/Net/NNTP.pm
@@ -75,7 +75,7 @@ sub new {
     # talking to innd not nnrpd
     if ($obj->reader) {
 
-      # If reader suceeds the we need to consider this code to determine postok
+      # If reader succeeds the we need to consider this code to determine postok
       $c = $obj->code;
     }
     else {