[Python-checkins] r53067 - python/trunk/Modules/socketmodule.c
andrew.kuchling
python-checkins at python.org
Tue Dec 19 15:29:04 CET 2006
Author: andrew.kuchling
Date: Tue Dec 19 15:29:04 2006
New Revision: 53067
Modified:
python/trunk/Modules/socketmodule.c
Log:
Comment typo
Modified: python/trunk/Modules/socketmodule.c
==============================================================================
--- python/trunk/Modules/socketmodule.c (original)
+++ python/trunk/Modules/socketmodule.c Tue Dec 19 15:29:04 2006
@@ -2210,7 +2210,7 @@
/*
* This is the guts of the recv() and recv_into() methods, which reads into a
- * char buffer. If you have any inc/def ref to do to the objects that contain
+ * char buffer. If you have any inc/dec ref to do to the objects that contain
* the buffer, do it in the caller. This function returns the number of bytes
* succesfully read. If there was an error, it returns -1. Note that it is
* also possible that we return a number of bytes smaller than the request
More information about the Python-checkins
mailing list