From 0a71961829e998c61650d6a880f07bdeb750d490 Mon Sep 17 00:00:00 2001 From: Mark-Jason Dominus Date: Mon, 31 Dec 2001 14:31:10 +0000 Subject: typo in IO::Socket::INET.pm Message-ID: <20011231143110.4989.qmail@plover.com> p4raw-id: //depot/perl@13977 --- ext/IO/lib/IO/Socket/INET.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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 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 -- cgit v1.2.1