diff options
Diffstat (limited to 'tools/verifygitlog.py')
-rwxr-xr-x | tools/verifygitlog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/verifygitlog.py b/tools/verifygitlog.py index c237cb46be..ee3e119f37 100755 --- a/tools/verifygitlog.py +++ b/tools/verifygitlog.py @@ -139,7 +139,7 @@ def run(args): def show_help(): print("usage: verifygitlog.py [-v -n -h --check-file] ...") - print("-v : increase verbosity, can be speficied multiple times") + print("-v : increase verbosity, can be specified multiple times") print("-n : do not print multi-line suggestions") print("-h : print this help message and exit") print( |