aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/fix_private-bin.py
diff options
context:
space:
mode:
authorLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2021-09-22 21:05:33 +0000
committerLibravatar GitHub <noreply@github.com>2021-09-22 23:05:33 +0200
commit47f7347715ba0410cee5ecb0c0d03bbb6bb273ad (patch)
tree9d73b1725d9d6d88ca24314732b2491b01cc609b /contrib/fix_private-bin.py
parentuse license file from gnu.org (#4571) (diff)
downloadfirejail-47f7347715ba0410cee5ecb0c0d03bbb6bb273ad.tar.gz
firejail-47f7347715ba0410cee5ecb0c0d03bbb6bb273ad.tar.zst
firejail-47f7347715ba0410cee5ecb0c0d03bbb6bb273ad.zip
fix spelling (#4573)
Diffstat (limited to 'contrib/fix_private-bin.py')
-rwxr-xr-xcontrib/fix_private-bin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fix_private-bin.py b/contrib/fix_private-bin.py
index 12b596749..961646aa4 100755
--- a/contrib/fix_private-bin.py
+++ b/contrib/fix_private-bin.py
@@ -164,7 +164,7 @@ def printHelp():
164 164
165 165
166def main() -> None: 166def main() -> None:
167 """The main function. Parses the commandline args, shows messages and calles the function actually doing the work.""" 167 """The main function. Parses the commandline args, shows messages and calls the function actually doing the work."""
168 if len(sys.argv) > 2 or (len(sys.argv) == 2 and 168 if len(sys.argv) > 2 or (len(sys.argv) == 2 and
169 (sys.argv[1] == "-h" or sys.argv[1] == "--help")): 169 (sys.argv[1] == "-h" or sys.argv[1] == "--help")):
170 printHelp() 170 printHelp()