From: Andrew M. Kuchling Date: Fri, 14 Apr 2006 14:54:18 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5a2~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db4018f32040d752e324cead365f32da1e5c0dbe;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 0a458c436369..7527f993bdad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -84,7 +84,7 @@ Build - Patch #1324762:Remove ccpython.cc; replace --with-cxx with --with-cxx-main. Link with C++ compiler only if --with-cxx-main was - specified. (Can be overriden by explicitly setting LINKCC.) Decouple + specified. (Can be overridden by explicitly setting LINKCC.) Decouple CXX from --with-cxx-main, see description in README. - Patch #1429775: Link extension modules with the shared libpython.