summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-13 17:37:26 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-13 17:37:26 (GMT)
commitb7eca839f79a6cb2188958f9bc762b5cd059df56 (patch)
tree9b89da9a4528ccb638821502090e2e969af5516b /Misc
parent6e1ad2eb7daf9adb5b7454dde7e3d773961dc602 (diff)
downloadcpython-b7eca839f79a6cb2188958f9bc762b5cd059df56.zip
cpython-b7eca839f79a6cb2188958f9bc762b5cd059df56.tar.gz
cpython-b7eca839f79a6cb2188958f9bc762b5cd059df56.tar.bz2
Typo fix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 31ec784..7820213 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,7 +26,7 @@ Extension Modules
-----------------
- Bug #1521375: When the code in ctypes.util.find_library was
- run with root priviledges, it could overwrite or delete
+ run with root privileges, it could overwrite or delete
/dev/null in certain cases; this is now fixed.
- Bug #1467450: On Mac OS X 10.3, RTLD_GLOBAL is now used as the