summaryrefslogtreecommitdiff
path: root/ext/IO
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-05-14 14:02:47 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-05-14 20:14:14 +0000
commit10eaad5c5c05e09f93628fda22fe4d6d02e7e1c2 (patch)
tree27cd4547fbd4fe49473d365e4bc553a191e32d70 /ext/IO
parent8ba4b24b082913a3af46b587918808e01e2ec147 (diff)
downloadperl-10eaad5c5c05e09f93628fda22fe4d6d02e7e1c2.tar.gz
typo in Socket.pm
From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16596
Diffstat (limited to 'ext/IO')
-rw-r--r--ext/IO/lib/IO/Socket.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm
index a37454b497..8d36e8ee34 100644
--- a/ext/IO/lib/IO/Socket.pm
+++ b/ext/IO/lib/IO/Socket.pm
@@ -381,7 +381,7 @@ failure.
The timeout in the [PKG] can be specified as zero to effect a "poll",
but you shouldn't do that because a new IO::Select object will be
-created behind the scenes just do to the single poll. This is
+created behind the scenes just to do the single poll. This is
horrendously inefficient. Use rather true select() with a zero
timeout on the handle, or non-blocking IO.