From b7eca839f79a6cb2188958f9bc762b5cd059df56 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 13 Jul 2006 17:37:26 +0000 Subject: [PATCH] Typo fix --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 31ec784b9b..7820213ab6 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 -- 2.40.0