summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
diff options
context:
space:
mode:
authorYang Hau <vulxj0j8j8@gmail.com>2023-12-01 09:37:40 (GMT)
committerGitHub <noreply@github.com>2023-12-01 09:37:40 (GMT)
commit707c37e373d7ea4e3f06b24c719fa45f70fbfa49 (patch)
tree1f3f61f0715561ef85d0782828c4bce0cd33b6d2 /Mac/BuildScript
parent467e3f94171f84221272011d40e4ee32fba47f73 (diff)
downloadcpython-707c37e373d7ea4e3f06b24c719fa45f70fbfa49.zip
cpython-707c37e373d7ea4e3f06b24c719fa45f70fbfa49.tar.gz
cpython-707c37e373d7ea4e3f06b24c719fa45f70fbfa49.tar.bz2
Fix typos in variable names, function names, and comments (GH-101868)
Diffstat (limited to 'Mac/BuildScript')
-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 b35789a7..938c895 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -1492,7 +1492,7 @@ def packageFromRecipe(targetDir, recipe):
IFPkgFlagRelocatable=False,
IFPkgFlagRestartAction="NoRestart",
IFPkgFlagRootVolumeOnly=True,
- IFPkgFlagUpdateInstalledLangauges=False,
+ IFPkgFlagUpdateInstalledLanguages=False,
)
writePlist(pl, os.path.join(packageContents, 'Info.plist'))