diff options
author | Yang Hau <vulxj0j8j8@gmail.com> | 2023-12-01 09:37:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 09:37:40 (GMT) |
commit | 707c37e373d7ea4e3f06b24c719fa45f70fbfa49 (patch) | |
tree | 1f3f61f0715561ef85d0782828c4bce0cd33b6d2 /Mac/BuildScript | |
parent | 467e3f94171f84221272011d40e4ee32fba47f73 (diff) | |
download | cpython-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-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 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')) |