Fix typo
diff --git a/Misc/NEWS b/Misc/NEWS
index 74cccf5..3d19974 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,7 +53,7 @@
 
 - Issue #10750: The ``raw`` attribute of buffered IO objects is now read-only.
 
-- Issue #10242: unittest.TestCase.assertItemsEqual makes too many assumgptions
+- Issue #10242: unittest.TestCase.assertItemsEqual makes too many assumptions
   about input.
 
 - Issue #10611: SystemExit should not cause a unittest test run to exit.