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.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Net/NNTP.pm b/Net/NNTP.pm
index 56c97b3..0078cf4 100644
--- a/Net/NNTP.pm
+++ b/Net/NNTP.pm
@@ -14,7 +14,7 @@ use Carp;
 use Time::Local;
 use Net::Config;
 
-$VERSION = "2.20"; # $Id: //depot/libnet/Net/NNTP.pm#13 $
+$VERSION = "2.20"; # $Id: //depot/libnet/Net/NNTP.pm#14 $
 @ISA     = qw(Net::Cmd IO::Socket::INET);
 
 sub new
@@ -1016,7 +1016,7 @@ the beginning of the test string just inside the open square
 bracket.
 
 The final operation uses the backslash character to
-invalidate the special meaning of the a open square bracket C<[>,
+invalidate the special meaning of an open square bracket C<[>,
 the asterisk, backslash or the question mark. Two backslashes in
 sequence will result in the evaluation of the backslash as a
 character with no special meaning.
@@ -1064,6 +1064,6 @@ it under the same terms as Perl itself.
 
 =for html <hr>
 
-I<$Id: //depot/libnet/Net/NNTP.pm#13 $>
+I<$Id: //depot/libnet/Net/NNTP.pm#14 $>
 
 =cut