[Python-checkins] r46407 - python/trunk/Objects/unicodeobject.c

andrew.kuchling python-checkins at python.org
Fri May 26 21:51:13 CEST 2006


Author: andrew.kuchling
Date: Fri May 26 21:51:10 2006
New Revision: 46407

Modified:
   python/trunk/Objects/unicodeobject.c
Log:
Comment typo

Modified: python/trunk/Objects/unicodeobject.c
==============================================================================
--- python/trunk/Objects/unicodeobject.c	(original)
+++ python/trunk/Objects/unicodeobject.c	Fri May 26 21:51:10 2006
@@ -196,7 +196,7 @@
 
     /* We allocate one more byte to make sure the string is Ux0000 terminated.
        The overallocation is also used by fastsearch, which assumes that it's
-       safe to look at str[length] (without makeing any assumptions about what
+       safe to look at str[length] (without making any assumptions about what
        it contains). */
 
     oldstr = unicode->str;


More information about the Python-checkins mailing list