[svn:parrot] r43139 - trunk/src/io

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Dec 18 01:55:54 UTC 2009


Author: jkeenan
Date: Fri Dec 18 01:55:54 2009
New Revision: 43139
URL: https://trac.parrot.org/parrot/changeset/43139

Log:
Correct typos and awkward grammar in documentation.

Modified:
   trunk/src/io/socket_win32.c

Modified: trunk/src/io/socket_win32.c
==============================================================================
--- trunk/src/io/socket_win32.c	Fri Dec 18 01:54:37 2009	(r43138)
+++ trunk/src/io/socket_win32.c	Fri Dec 18 01:55:54 2009	(r43139)
@@ -339,12 +339,12 @@
 
 Returns a 1 | 2 | 4 (read, write, error) value.
 
-This is not equivalent to any speficic POSIX or BSD socket call, however
+This is not equivalent to any specific POSIX or BSD socket call, but
 it is a useful, common primitive.
 
 Not at all usefule --leo.
 
-Also, a buffering layer above this may choose to reimpliment by checking
+Also, a buffering layer above this may choose to reimplement by checking
 the read buffer.
 
 =cut


More information about the parrot-commits mailing list