typo fix
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a1a8c7..4220062 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,7 +22,7 @@
 Library
 -------
 
-- Issue #25931: Don't defining socketserver.Forking* names on platforms such
+- Issue #25931: Don't define socketserver.Forking* names on platforms such
   as Windows that do not support os.fork().
 
 - Issue #21776: distutils.upload now correctly handles HTTPError.