From e8bba99ab6983d1796d7c782602ecc1a5b67f77f Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 16 Sep 2016 00:46:05 +0000 Subject: [PATCH] Issue #28145: Spelling fixes --- Misc/HISTORY | 2 +- Modules/makesetup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/HISTORY b/Misc/HISTORY index 5cb263c55c..128870c25f 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -12533,7 +12533,7 @@ uudecode bug where it complaints about trailing garbage is still there 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. diff --git a/Modules/makesetup b/Modules/makesetup index 8862c36e7b..1bffcbf4fd 100755 --- a/Modules/makesetup +++ b/Modules/makesetup @@ -82,7 +82,7 @@ esac NL='\ ' -# Setup to link with extra libraries when makeing shared extensions. +# Setup to link with extra libraries when making shared extensions. # Currently, only Cygwin needs this baggage. case `uname -s` in CYGWIN*) if test $libdir = . -- 2.50.1