Module: monitoring-plugins
Branch: master
Commit: 5bbfd58105766d453a6d0de5b9afcaf6daf4b460
Author: Lorenz Kästle <[email protected]>
Date: Fri Nov 7 15:10:39 2025 +0100
URL:
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5bbfd581
Fix typo
---
plugins/check_mysql_query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;