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

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


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

Log:
Correct typos and awkward grammar in documentation.

Modified:
   trunk/src/io/socket_unix.c

Modified: trunk/src/io/socket_unix.c
==============================================================================
--- trunk/src/io/socket_unix.c	Thu Dec 17 18:42:32 2009	(r43137)
+++ trunk/src/io/socket_unix.c	Fri Dec 18 01:54:37 2009	(r43138)
@@ -392,12 +392,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