summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 50b55f9..a1d31c4 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)