Fix typo.
diff --git a/Misc/NEWS b/Misc/NEWS
index 446e868..5ec4587 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,8 +327,8 @@
 
 - The test.test_support module has been renamed to test.support.
 
-- The threading module API was renamed to be PEP 8 complaint.  The old names are
-  still present, but will be removed in the near future.
+- The threading module API was renamed to be PEP 8 compliant.  The
+  old names are still present, but will be removed in the near future.
 
 Tools/Demos
 -----------