about summary refs log tree commit
path: root/Net/NNTP.pm
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-05-20 12:01:50 +0000
committerGraham Barr <gbarr@pobox.com>2003-05-20 12:01:50 +0000
commitd23c2e4ca98e7d03a0e6227d441a73c9df958a00 (patch)
tree616e9e08e9963a174f90ece1932c08f9d6267c34 /Net/NNTP.pm
parent9f4a0543868553fd45429d1c8a464426d7524bf1 (diff)
downloadperl-libnet-d23c2e4ca98e7d03a0e6227d441a73c9df958a00.tar.gz
Net::FTP, Net::NNTP
- doc updates from Jarkko

Diffstat (limited to 'Net/NNTP.pm')
-rw-r--r--Net/NNTP.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Net/NNTP.pm b/Net/NNTP.pm
index 1c3ff5e..79261f8 100644
--- a/Net/NNTP.pm
+++ b/Net/NNTP.pm
@@ -14,7 +14,7 @@ use Carp;
 use Time::Local;
 use Net::Config;
 
-$VERSION = "2.22"; # $Id: //depot/libnet/Net/NNTP.pm#17 $
+$VERSION = "2.22"; # $Id: //depot/libnet/Net/NNTP.pm#18 $
 @ISA     = qw(Net::Cmd IO::Socket::INET);
 
 sub new
@@ -748,8 +748,8 @@ Retrieve the header, a blank line, then the body (text) of the
 specified article.
 
 If C<FH> is specified then it is expected to be a valid filehandle
-and the result will be printed to it, on sucess a true value will be
-returned. If C<FH> is not specified then the return value, on sucess,
+and the result will be printed to it, on success a true value will be
+returned. If C<FH> is not specified then the return value, on success,
 will be a reference to an array containg the article requested, each
 entry in the array will contain one line of the article.
 
@@ -1117,6 +1117,6 @@ it under the same terms as Perl itself.
 
 =for html <hr>
 
-I<$Id: //depot/libnet/Net/NNTP.pm#17 $>
+I<$Id: //depot/libnet/Net/NNTP.pm#18 $>
 
 =cut