summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2003-03-10 14:00:55 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-11 05:33:10 +0000
commita6d0563455796929d2aae5a18fb57e80a20f87bd (patch)
treea5da3d0d721e0306e0e455a5f9ae12a0dcc559c4 /lib/Net
parent38295cca2bcea18247fdba079ba504a69c9fda94 (diff)
downloadperl-a6d0563455796929d2aae5a18fb57e80a20f87bd.tar.gz
typos and other minor things
From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/FTP.pm2
-rw-r--r--lib/Net/NNTP.pm4
-rw-r--r--lib/Net/Ping.pm2
3 files changed, 3 insertions, 5 deletions
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 4e09b59d02..054ce0fb29 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -628,7 +628,7 @@ sub mkdir
$path = $ftp->_extract_path($path);
}
- # If the creation of the last element was not sucessful, see if we
+ # If the creation of the last element was not successful, see if we
# can cd to it, if so then return path
unless($ftp->ok)
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index 521ccf1e16..0076405c26 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -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.
diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm
index 3312ea3947..cb42bcca2a 100644
--- a/lib/Net/Ping.pm
+++ b/lib/Net/Ping.pm
@@ -1195,8 +1195,6 @@ __END__
Net::Ping - check a remote host for reachability
-$Id: Ping.pm,v 1.69 2003/01/23 17:21:29 rob Exp $
-
=head1 SYNOPSIS
use Net::Ping;