From f13d77512ba53301375daf65ee1c8b331b9cc94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 4 Jun 2026 22:46:03 +0200 Subject: [PATCH] fixup! check_dbi: implement ok summary --- plugins/check_dbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c index 6547cecc..9c5c8574 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c @@ -220,7 +220,7 @@ int main(int argc, char **argv) { mp_check overall = mp_check_init(); - mp_set_ok_summary(&overall, "DBI check was succesful"); + mp_set_ok_summary(&overall, "DBI check was successful"); mp_subcheck sc_connection_time = mp_subcheck_init(); sc_connection_time = mp_set_subcheck_default_state(sc_connection_time, STATE_OK);