aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
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
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')
-rwxr-xr-xcontrib/fix_private-bin.py2
-rwxr-xr-xcontrib/sort.py2
2 files changed, 2 insertions, 2 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()
diff --git a/contrib/sort.py b/contrib/sort.py
index d7a2cd05d..4af9c674c 100755
--- a/contrib/sort.py
+++ b/contrib/sort.py
@@ -34,7 +34,7 @@ def sort_alphabetical(raw_items):
34 34
35 35
36def sort_protocol(protocols): 36def sort_protocol(protocols):
37 """sort the given protocole into this scheme: unix,inet,inet6,netlink,packet,bluetooth""" 37 """sort the given protocols into this scheme: unix,inet,inet6,netlink,packet,bluetooth"""
38 38
39 # shortcut for common protocol lines 39 # shortcut for common protocol lines
40 if protocols in ("unix", "unix,inet,inet6"): 40 if protocols in ("unix", "unix,inet,inet6"):