summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c44227b..31ec784 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,7 +25,7 @@ Library
Extension Modules
-----------------
-- Bug #1521375: The code in ctypes.util.find_library was
+- Bug #1521375: When the code in ctypes.util.find_library was
run with root priviledges, it could overwrite or delete
/dev/null in certain cases; this is now fixed.