From b504a6284ea35efcea4debe93f3dbd35bf9427f3 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:08:23 +0100 Subject: Fix spelling errors --- plugins/check_dbi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/check_dbi.c') diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c index 84e3cb5b..035e30cd 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c @@ -394,7 +394,7 @@ int main(int argc, char **argv) { mp_set_subcheck_state(sc_query, query_time_status); if (query_time_status == STATE_OK) { - xasprintf(&sc_query.output, "Query duration '%f' is withing given thresholds", + xasprintf(&sc_query.output, "Query duration '%f' is within given thresholds", query_res.query_duration); } else { xasprintf(&sc_query.output, "Query duration '%f' violates the given thresholds", @@ -895,7 +895,7 @@ static do_query_result do_query(dbi_conn conn, mp_dbi_metric metric, mp_dbi_type printf("Query duration: %f\n", result.query_duration); } - // Default state is OK, all error will be set explicitely + // Default state is OK, all error will be set explicitly mp_state_enum query_processing_state = STATE_OK; { -- cgit v1.2.3-74-g34f1