aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index a7c1be85d..a8c8dd7b7 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -44,7 +44,7 @@ def main():
def parse_options():
- # Compatability with older arguments
+ # Compatibility with older arguments
opts = sys.argv[1:]
if opts[0:1] in (['32'], ['64']):
if ARCH != opts[0]: