From: Mark-Jason Dominus Date: Mon, 31 Dec 2001 14:31:10 +0000 (+0000) Subject: typo in IO::Socket::INET.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a71961829e998c61650d6a880f07bdeb750d490;p=p5sagit%2Fp5-mst-13.2.git typo in IO::Socket::INET.pm Message-ID: <20011231143110.4989.qmail@plover.com> p4raw-id: //depot/perl@13977 --- diff --git a/ext/IO/lib/IO/Socket/INET.pm b/ext/IO/lib/IO/Socket/INET.pm index 62012d7..83efd09 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 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 can be a hostname or the IP-address on the