about summary refs log tree commit
path: root/Net/NNTP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Net/NNTP.pm')
-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 {