aboutsummaryrefslogtreecommitdiff
path: root/utils/hostname2list.py
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/hostname2list.py
parentbe0b2c2d904efca17fa8f266ec48321268e64271 (diff)
Performed some grammar and typo fixes (#2511)
Diffstat (limited to 'utils/hostname2list.py')
-rwxr-xr-xutils/hostname2list.py2
1 files changed, 1 insertions, 1 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)