diff options
author | 2022-06-28 23:28:21 +0900 | |
---|---|---|
committer | 2022-06-28 16:28:21 +0200 | |
commit | 56310136170ef6653cb050f58dd2d32538997f59 (patch) | |
tree | 3e4932f2cc29dcf95add3f31c03b247068c33412 /Mac | |
parent | gh-88116: Avoid undefined behavior when decoding varints in code objects (#94... (diff) | |
download | cpython-56310136170ef6653cb050f58dd2d32538997f59.tar.gz cpython-56310136170ef6653cb050f58dd2d32538997f59.tar.bz2 cpython-56310136170ef6653cb050f58dd2d32538997f59.zip |
Fix typos in comments (#94305)
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 50b55f9cd1d..a1d31c42381 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -203,7 +203,7 @@ def internalTk(): # Do we use 8.6.8 when building our own copy # of Tcl/Tk or a modern version. -# We use the old version when buildin on +# We use the old version when building on # old versions of macOS due to build issues. def useOldTk(): return getBuildTuple() < (10, 15) |