diff options
author | crazymoose77756 <52980616+crazymoose77756@users.noreply.github.com> | 2022-06-26 20:50:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 17:50:06 -0700 |
commit | 962ffcf89c8d935410391fbea3580688aafe76d7 (patch) | |
tree | 407eae3e594fd623cf390a0d604389db86863d79 /pyinst.py | |
parent | 8a40bffaf9e02f73329b8bc66742fb817eda1a64 (diff) | |
download | hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.lz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.xz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.zip |
[cleanup] Fix some typos (#4194)
Authored by: crazymoose77756
Diffstat (limited to 'pyinst.py')
-rw-r--r-- | pyinst.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]: |