From 5bbfd58105766d453a6d0de5b9afcaf6daf4b460 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:10:39 +0100 Subject: Fix typo --- plugins/check_mysql_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_mysql_query.c') diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index cb79b4b4..8af378d5 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c @@ -269,7 +269,7 @@ check_mysql_query_config_wrapper process_arguments(int argc, char **argv) { case 'w': { mp_range_parsed tmp = mp_parse_range_string(optarg); if (tmp.error != MP_PARSING_SUCCES) { - die(STATE_UNKNOWN, "failed to parse warnign threshold"); + die(STATE_UNKNOWN, "failed to parse warning threshold"); } result.config.thresholds = mp_thresholds_set_warn(result.config.thresholds, tmp.range); } break; -- cgit v1.2.3-74-g34f1