From 962ffcf89c8d935410391fbea3580688aafe76d7 Mon Sep 17 00:00:00 2001 From: crazymoose77756 <52980616+crazymoose77756@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:50:06 -0400 Subject: [cleanup] Fix some typos (#4194) Authored by: crazymoose77756 --- pyinst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyinst.py') 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]: -- cgit v1.2.3