diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2001-12-31 14:31:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-31 14:15:58 +0000 |
commit | 0a71961829e998c61650d6a880f07bdeb750d490 (patch) | |
tree | ca6f550af925d640c2bdfe77153475074cf67376 /ext | |
parent | d731386ac2ca77cd1b2028551263c37a4ebe0903 (diff) | |
download | perl-0a71961829e998c61650d6a880f07bdeb750d490.tar.gz |
typo in IO::Socket::INET.pm
Message-ID: <20011231143110.4989.qmail@plover.com>
p4raw-id: //depot/perl@13977
Diffstat (limited to 'ext')
-rw-r--r-- | ext/IO/lib/IO/Socket/INET.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/Socket/INET.pm b/ext/IO/lib/IO/Socket/INET.pm index 62012d7816..83efd09a58 100644 --- a/ext/IO/lib/IO/Socket/INET.pm +++ b/ext/IO/lib/IO/Socket/INET.pm @@ -319,7 +319,7 @@ connect() is called. Although it is not illegal, the use of C<MultiHomed> on a socket which is in non-blocking mode is of little use. This is because the -first connect will never fail with a timeout as the connaect call +first connect will never fail with a timeout as the connect call will not block. The C<PeerAddr> can be a hostname or the IP-address on the |