From: Andrew M. Kuchling Date: Fri, 4 Jan 2008 02:26:00 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6a1~764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adc60ab6264cb553c396d5a9052447b2d7396cbd;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index fc1c810e3bb9..66a60d75feb6 100644 --- 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