summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/bundlebuilder.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Tools/bundlebuilder.py')
-rw-r--r--Mac/Tools/bundlebuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/bundlebuilder.py b/Mac/Tools/bundlebuilder.py
index a66801b..6cc130f 100644
--- a/Mac/Tools/bundlebuilder.py
+++ b/Mac/Tools/bundlebuilder.py
@@ -658,7 +658,7 @@ class AppBuilder(BundleBuilder):
if USE_ZIPIMPORT:
if name != "zlib":
# neatly pack all extension modules in a subdirectory,
- # except zlib, since it's neccesary for bootstrapping.
+ # except zlib, since it's necessary for bootstrapping.
dstpath = pathjoin("ExtensionModules", dstpath)
# Python modules are stored in a Zip archive, but put
# extensions in Contents/Resources/. Add a tiny "loader"