Fix misleading words.
diff --git a/Misc/NEWS b/Misc/NEWS
index c44227b..31ec784 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,7 +25,7 @@
 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.