summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 15:09:30 (GMT)
committerGitHub <noreply@github.com>2021-10-07 15:09:30 (GMT)
commit212140dceb72d40ba19e4aef089c707dbbcfd5cb (patch)
tree6704c05b9800bb901fe30f78473c6e34d3044e45 /Mac/BuildScript
parentdcfbe4f72d927a3f63a9df9e7add061c71fce547 (diff)
downloadcpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.zip
cpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.tar.gz
cpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.tar.bz2
[3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)
(cherry picked from commit 470145f572b53fe73518cda1eeacc56fec78c1b2)
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-xMac/BuildScript/build-installer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index e89b1c1..51c8523 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -454,7 +454,7 @@ def pkg_recipes():
source="/pydocs",
readme="""\
This package installs the python documentation at a location
- that is useable for pydoc and IDLE.
+ that is usable for pydoc and IDLE.
""",
postflight="scripts/postflight.documentation",
required=False,
@@ -1602,7 +1602,7 @@ def buildDMG():
# instead of 11. We should not run into that situation here.)
# Also we should use "macos" instead of "macosx" going forward.
#
- # To maintain compability for legacy variants, the file name for
+ # To maintain compatibility for legacy variants, the file name for
# builds on macOS 10.15 and earlier remains:
# python-3.x.y-macosx10.z.{dmg->pkg}
# e.g. python-3.9.4-macosx10.9.{dmg->pkg}