commit | cddabbf98ab16a1daa5cc36e0ef0767066d4feed | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jul 28 18:36:01 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jul 28 18:36:01 2006 +0000 |
tree | 9659c34ec9f9ae8f4ae3db034f1b9929ac575303 | |
parent | 4793aa39a9200383117fe58a0b10fcfae4299c45 [diff] [blame] |
Fix spelling.
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 55539ca..a53a702 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c
@@ -2307,7 +2307,7 @@ /* Call the guts */ outlen = sock_recv_guts(s, PyString_AS_STRING(buf), recvlen, flags); if (outlen < 0) { - /* An error occured, release the string and return an + /* An error occurred, release the string and return an error. */ Py_DECREF(buf); return NULL;