mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Fix typo
This commit is contained in:
parent
9d827acbe1
commit
5bbfd58105
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue