]> jfr.im git - yt-dlp.git/blobdiff - pyinst.py
[cleanup] Fix some typos (#4194)
[yt-dlp.git] / pyinst.py
index 4401125ed52e1ac4932f2b873c9cedf4d5541e8d..a8c8dd7b7baa68f69d4686c907dfbc15da26538d 100644 (file)
--- a/pyinst.py
+++ b/pyinst.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 import os
 import platform
 import sys
@@ -43,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]: