SF patch #1056231: typo in comment (unicodeobject.h)
authorRaymond Hettinger <python@rcn.com>
Sun, 31 Oct 2004 05:46:59 +0000 (05:46 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 31 Oct 2004 05:46:59 +0000 (05:46 +0000)
Include/unicodeobject.h

index 0ded1c76993cabaff93c622da530761ca02f2980..0a82caf0cd11a9aea78166ea66583e6f3370503b 100644 (file)
@@ -293,7 +293,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE;
 
 /* If you want Python to use the compiler's wctype.h functions instead
    of the ones supplied with Python, define WANT_WCTYPE_FUNCTIONS or
-   configure Python using --with-ctype-functions.  This reduces the
+   configure Python using --with-wctype-functions.  This reduces the
    interpreter's code size. */
 
 #if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)