]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Jan 2008 02:26:00 +0000 (02:26 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Jan 2008 02:26:00 +0000 (02:26 +0000)
Misc/NEWS

index fc1c810e3bb9cd1a79842a8f15573caed95b956a..66a60d75feb65794af8a1b2cd4f6ec5d84f51c26 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1239,7 +1239,7 @@ C API
 - Issue #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE
   and Py_REFCNT.
 
-- Added case insensitive comparsion methods ``PyOS_stricmp(char*, char*)``
+- Added case insensitive comparison methods ``PyOS_stricmp(char*, char*)``
   and ``PyOS_strnicmp(char*, char*, Py_ssize_t)``.
 
 - Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx macro