[3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)

(cherry picked from commit 470145f572)

Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
Christian Clauss 2021-10-07 15:42:07 +02:00 committed by GitHub
parent 8f762349a2
commit 71d56a7231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 17 deletions

View file

@ -443,7 +443,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,
@ -1589,7 +1589,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}