Skip to content

Commit 811d620

Browse files
author
Vladimir Kotal
committed
fix typo
1 parent 72cbb86 commit 811d620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
HOOK_TIMEOUT_PROPERTY, CMD_TIMEOUT_PROPERTY]
9898
diff = diff_list(config.keys(), GLOBAL_TUNABLES)
9999
if diff:
100-
logger.error("uknown global configuration option(s): '{}'"
100+
logger.error("unknown global configuration option(s): '{}'"
101101
.format(diff))
102102
sys.exit(1)
103103

0 commit comments

Comments
 (0)