Issue #28145: Spelling fixes
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 73fb1d3..fa2e3c7 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -23445,7 +23445,7 @@
 decimal numbers).
 
 - In string.atof(), don't fail when the "re" module is unavailable.
-Plug the ensueing security leak by supplying an empty __builtins__
+Plug the ensuing security leak by supplying an empty __builtins__
 directory to eval().
 
 - A bunch of small fixes and improvements to Tkinter.py.