]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos in NEWS entry
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 15 Jun 2012 11:16:25 +0000 (21:16 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 15 Jun 2012 11:16:25 +0000 (21:16 +1000)
Misc/NEWS

index 7d7d4344ad1932f5e9912ad6bb0efb6d87f1e2d1..b02e1f214f52813a214b9b4e4d80b16360fa561a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,8 +22,8 @@ Library
 -------
 
 - 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.