Fix typos in NEWS entry
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d7d434..b02e1f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,8 +22,8 @@
-------
- Issue #15061: The inappropriately named hmac.secure_compare has been
- renamed to hash.compare_digest, restricted to operating on bytes inputs
- only and had its documentation updated to more acurrately reflect both its
+ renamed to hmac.compare_digest, restricted to operating on bytes inputs
+ only and had its documentation updated to more accurately reflect both its
intent and its limitations
- Issue #13841: Make child processes exit using sys.exit() on Windows.