Fix typo
diff --git a/Misc/NEWS b/Misc/NEWS
index e2bc502..7648e3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,7 +4,7 @@
 Tools
 
 - The new Tools/scripts/cleanfuture.py can be used to automatically
-  edit out obsolute future statements from Python source code.  See
+  edit out obsolete future statements from Python source code.  See
   the module docstring for details.
 
 Tests