aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorcrazymoose77756 <52980616+crazymoose77756@users.noreply.github.com>2022-06-26 20:50:06 -0400
committerGitHub <noreply@github.com>2022-06-26 17:50:06 -0700
commit962ffcf89c8d935410391fbea3580688aafe76d7 (patch)
tree407eae3e594fd623cf390a0d604389db86863d79 /pyinst.py
parent8a40bffaf9e02f73329b8bc66742fb817eda1a64 (diff)
downloadhypervideo-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.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]: