summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-14 14:54:18 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-14 14:54:18 (GMT)
commitdb4018f32040d752e324cead365f32da1e5c0dbe (patch)
tree17850e2392a7ead31c769e3ec44b3c6c14df8bac
parent0f48d98b740110a672b62d467af192ec160e56ba (diff)
downloadcpython-db4018f32040d752e324cead365f32da1e5c0dbe.zip
cpython-db4018f32040d752e324cead365f32da1e5c0dbe.tar.gz
cpython-db4018f32040d752e324cead365f32da1e5c0dbe.tar.bz2
Typo fix
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a458c4..7527f99 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.