summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_mysql_query.c2
1 files changed, 1 insertions, 1 deletions
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) {
269 case 'w': { 269 case 'w': {
270 mp_range_parsed tmp = mp_parse_range_string(optarg); 270 mp_range_parsed tmp = mp_parse_range_string(optarg);
271 if (tmp.error != MP_PARSING_SUCCES) { 271 if (tmp.error != MP_PARSING_SUCCES) {
272 die(STATE_UNKNOWN, "failed to parse warnign threshold"); 272 die(STATE_UNKNOWN, "failed to parse warning threshold");
273 } 273 }
274 result.config.thresholds = mp_thresholds_set_warn(result.config.thresholds, tmp.range); 274 result.config.thresholds = mp_thresholds_set_warn(result.config.thresholds, tmp.range);
275 } break; 275 } break;