diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-31 14:50:04 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-02 10:39:51 +0000 |
commit | 3c4b39bee8832007b7e91bfce8701d34cacab411 (patch) | |
tree | 190f72b72255db85e5c78f68a0d0047692aab3a9 /lib/Net/Config.pm | |
parent | db30010093a0bacd16d1fa3fd1bd5397da6479d3 (diff) | |
download | perl-3c4b39bee8832007b7e91bfce8701d34cacab411.tar.gz |
Typos in *.p[lm]
From: "Piotr Fusik" <pfusik@op.pl>
Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
p4raw-id: //depot/perl@25261
Diffstat (limited to 'lib/Net/Config.pm')
-rw-r--r-- | lib/Net/Config.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Net/Config.pm b/lib/Net/Config.pm index 8984ed7889..a502abe751 100644 --- a/lib/Net/Config.pm +++ b/lib/Net/Config.pm @@ -129,7 +129,7 @@ Net::Config - Local configuration data for libnet =head1 DESCRIPTION C<Net::Config> holds configuration data for the modules in the libnet -distribuion. During installation you will be asked for these values. +distribution. During installation you will be asked for these values. The configuration data is held globally in a file in the perl installation tree, but a user may override any of these values by providing their own. This @@ -139,7 +139,7 @@ For example # .libnetrc { - nntp_hosts => [ "my_prefered_host" ], + nntp_hosts => [ "my_preferred_host" ], ph_hosts => [ "my_ph_server" ], } __END__ @@ -267,7 +267,7 @@ There is no firewall =item ftp_ext_passive -=item ftp_int_pasive +=item ftp_int_passive FTP servers normally work on a non-passive mode. That is when you want to transfer data you have to tell the server the address and port to |