From 1a06fb0605cc7c15454ad95c6179c636c4490b90 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 6 Jun 2002 22:19:20 +0000 Subject: Fix typo spotted by Fredrik Lundh. --- Doc/lib/libsocket.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index aace6fd..bb1fca7 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -529,7 +529,7 @@ socket operations are disabled. \end{methoddesc} Some notes on the interaction between socket blocking and timeouts: -socket blocking mode takes precendence over timeouts. If a socket if +socket blocking mode takes precedence over timeouts. If a socket if set to non-blocking mode, then timeouts set on sockets are not used. The timeout value associated with the socket can still be set using \method{settimeout()} and its value retrieved using -- cgit v0.12