about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2012-07-16 08:16:38 -0700
committerGraham Barr <gbarr@pobox.com>2012-07-16 08:16:38 -0700
commit90a3d73114147b500e5f4617d64af71e5b9c471f (patch)
tree7a9a8d32773c447885b81e5ca8b52630192f643d
parente3d10fbb1a8e0f1b54b101aa2ff5f908ff6ddbae (diff)
parentea05eda4c6736e3af9792ef6b3d6fb80cc177788 (diff)
downloadperl-libnet-90a3d73114147b500e5f4617d64af71e5b9c471f.tar.gz
Merge pull request #2 from chorny/master
small errors in pod
-rw-r--r--Net/FTP.pm2
-rw-r--r--Net/Netrc.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Net/FTP.pm b/Net/FTP.pm
index f8fc197..427ef98 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -1821,7 +1821,7 @@ L<Net::Netrc>
 L<Net::Cmd>
 
 ftp(1), ftpd(8), RFC 959
-http://www.cis.ohio-state.edu/htbin/rfc/rfc959.html
+http://www.ietf.org/rfc/rfc959.txt
 
 =head1 USE EXAMPLES
 
diff --git a/Net/Netrc.pm b/Net/Netrc.pm
index 3f04fee..57e965e 100644
--- a/Net/Netrc.pm
+++ b/Net/Netrc.pm
@@ -311,7 +311,7 @@ Return the account information for the netrc entry
 
 =item lpa ()
 
-Return a list of login, password and account information fir the netrc entry
+Return a list of login, password and account information for the netrc entry
 
 =back