- Fix typos in the multiprocessing module.
diff --git a/Misc/NEWS b/Misc/NEWS
index baf06d0..c8dc24b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,8 @@
 
 - Issue #17754: Make ctypes.util.find_library() independent of the locale.
 
+- Fix typos in the multiprocessing module.
+
 What's New in Python 2.7.5?
 ===========================