Fix typo.
diff --git a/Misc/NEWS b/Misc/NEWS
index c91fb17..bfeda83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1199,7 +1199,7 @@
 
 - Optimized list resize operations to make fewer calls to the system
   realloc().  Significantly speeds up list appends, list pops,
-  list comprehensions, and the list contructor (when the input iterable
+  list comprehensions, and the list constructor (when the input iterable
   length is not known).
 
 - Changed the internal list over-allocation scheme.  For larger lists,