diff --git a/ch_tools/monrun_checks/ch_system_queues.py b/ch_tools/monrun_checks/ch_system_queues.py index e4ea9773..8bb87210 100644 --- a/ch_tools/monrun_checks/ch_system_queues.py +++ b/ch_tools/monrun_checks/ch_system_queues.py @@ -14,7 +14,7 @@ "-w", "--warning", "warn", type=int, default=10, help="Warning threshold." ) @click.option( - "-f", "--config_file", "conf", help="Config file with theshholds per each table." + "-f", "--config_file", "conf", help="Config file with thresholds per each table." ) @click.pass_context def system_queues_command(ctx, crit, warn, conf):