aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPetr <30545094+pasabanov@users.noreply.github.com>2024-07-19 12:22:35 +0300
committerGitHub <noreply@github.com>2024-07-19 11:22:35 +0200
commit2a3f4dc8b400e078b7fd2ec0f802200dfece8c94 (patch)
tree40e2dedb2b85899e7c5e58b613fa8fef0be4fd05 /utils
parentbe0b2c2d904efca17fa8f266ec48321268e64271 (diff)
Performed some grammar and typo fixes (#2511)
Diffstat (limited to 'utils')
-rwxr-xr-xutils/hostname2list.py2
-rwxr-xr-xutils/ipaddr2list.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/hostname2list.py b/utils/hostname2list.py
index beb078a1f..46efd5efd 100755
--- a/utils/hostname2list.py
+++ b/utils/hostname2list.py
@@ -2,7 +2,7 @@
import sys
-# This scripts is used to create "hostname/sni -> protocols" lists.
+# This script is used to create "hostname/sni -> protocols" lists.
if len(sys.argv) < 6:
print("Usage: {} <file> <name> <protocol> <category> <breed>".format(sys.argv[0]))
sys.exit(1)
diff --git a/utils/ipaddr2list.py b/utils/ipaddr2list.py
index 9dcee0820..91188b6d8 100755
--- a/utils/ipaddr2list.py
+++ b/utils/ipaddr2list.py
@@ -3,7 +3,7 @@
import sys
import socket
-# These scripts are mainly used to create "ip -> protocols" lists.
+# This script is mainly used to create "ip -> protocols" lists.
# However, it is also used to create "ip -> risk" lists
proto = "NDPI_PROTOCOL_XYX"
append_name = ""