about summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 07:17:53 -0400
committerDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 07:17:53 -0400
commit0483edb2c495b524cb7ec4ab8b8f1a324345707a (patch)
tree427e9a7d0146a4b23f3f53b22935b1d919d18a72
parentb18aa954ac4e24ad3713e0422a846c3732804ddf (diff)
downloadperl-libnet-0483edb2c495b524cb7ec4ab8b8f1a324345707a.tar.gz
typo fix
-rw-r--r--Net/libnetFAQ.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/libnetFAQ.pod b/Net/libnetFAQ.pod
index e6ec362..fdd940d 100644
--- a/Net/libnetFAQ.pod
+++ b/Net/libnetFAQ.pod
@@ -188,7 +188,7 @@ Net::FTP uses IO::Socket to open the connection and IO::Socket allows
 the port number to be specified as part of the hostname. So this problem
 can be resolved by either passing a Firewall option like C<"hostname:1234">
 or by setting the C<ftp_firewall> option in Net::Config to be a string
-in in the same form.
+in the same form.
 
 =head2 Is it possible to change the file permissions of a file on an FTP server ?