From 3c4b39bee8832007b7e91bfce8701d34cacab411 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Sun, 31 Jul 2005 14:50:04 +0200 Subject: Typos in *.p[lm] From: "Piotr Fusik" Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261 --- ext/IO/lib/IO/Dir.pm | 2 +- ext/IO/lib/IO/Poll.pm | 2 +- ext/IO/lib/IO/Socket/INET.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/IO') diff --git a/ext/IO/lib/IO/Dir.pm b/ext/IO/lib/IO/Dir.pm index e2551f19b0..c7de8b3fa8 100644 --- a/ext/IO/lib/IO/Dir.pm +++ b/ext/IO/lib/IO/Dir.pm @@ -178,7 +178,7 @@ directory reading routines. =item new ( [ DIRNAME ] ) -C is the constuctor for C objects. It accepts one optional +C is the constructor for C objects. It accepts one optional argument which, if given, C will pass to C =back diff --git a/ext/IO/lib/IO/Poll.pm b/ext/IO/lib/IO/Poll.pm index bc928b53c7..cd8da30692 100644 --- a/ext/IO/lib/IO/Poll.pm +++ b/ext/IO/lib/IO/Poll.pm @@ -175,7 +175,7 @@ happen, or -1 on error. =item events ( IO ) -Returns the event mask which represents the events that happend on IO +Returns the event mask which represents the events that happened on IO during the last call to C. =item remove ( IO ) diff --git a/ext/IO/lib/IO/Socket/INET.pm b/ext/IO/lib/IO/Socket/INET.pm index 01e24239b0..b4041b1f2c 100644 --- a/ext/IO/lib/IO/Socket/INET.pm +++ b/ext/IO/lib/IO/Socket/INET.pm @@ -319,7 +319,7 @@ C provides. ReusePort Set SO_REUSEPORT before binding Broadcast Set SO_BROADCAST before binding Timeout Timeout value for various operations - MultiHomed Try all adresses for multi-homed hosts + MultiHomed Try all addresses for multi-homed hosts Blocking Determine if connection will be blocking mode If C is defined then a listen socket is created, else if the -- cgit v1.2.1