From: Martin Panter Date: Fri, 16 Sep 2016 00:46:05 +0000 (+0000) Subject: Issue #28145: Spelling fixes X-Git-Tag: v2.7.13rc1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8bba99ab6983d1796d7c782602ecc1a5b67f77f;p=thirdparty%2FPython%2Fcpython.git Issue #28145: Spelling fixes --- diff --git a/Misc/HISTORY b/Misc/HISTORY index 5cb263c55c8d..128870c25fef 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 8862c36e7b28..1bffcbf4fd77 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 = .