]> granicus.if.org Git - python/commitdiff
Comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 26 May 2006 19:51:10 +0000 (19:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 26 May 2006 19:51:10 +0000 (19:51 +0000)
Objects/unicodeobject.c

index 20f943f9a404a8ddef97daf87af132d9a4419ba6..d5935e31df86bac6c878e41064394e32b7fa3b6d 100644 (file)
@@ -196,7 +196,7 @@ int unicode_resize(register PyUnicodeObject *unicode,
 
     /* 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;