From 47f7347715ba0410cee5ecb0c0d03bbb6bb273ad Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 22 Sep 2021 21:05:33 +0000 Subject: fix spelling (#4573) --- contrib/fix_private-bin.py | 2 +- contrib/sort.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') 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(): def main() -> None: - """The main function. Parses the commandline args, shows messages and calles the function actually doing the work.""" + """The main function. Parses the commandline args, shows messages and calls the function actually doing the work.""" if len(sys.argv) > 2 or (len(sys.argv) == 2 and (sys.argv[1] == "-h" or sys.argv[1] == "--help")): 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): def sort_protocol(protocols): - """sort the given protocole into this scheme: unix,inet,inet6,netlink,packet,bluetooth""" + """sort the given protocols into this scheme: unix,inet,inet6,netlink,packet,bluetooth""" # shortcut for common protocol lines if protocols in ("unix", "unix,inet,inet6"): -- cgit v1.2.3-54-g00ecf