From 2e3dff775dd92ea9880221c800f6dc6e53162fb4 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:37:42 +0100 Subject: check_ldap: fix typo --- plugins/check_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_ldap.c') diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index f1380be4..c3f83901 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -281,7 +281,7 @@ int main(int argc, char *argv[]) { sc_connection_time = mp_set_subcheck_state(sc_connection_time, connection_time_state); if (connection_time_state == STATE_OK) { - xasprintf(&sc_connection_time.output, "connection time %.3fs is withing thresholds", + xasprintf(&sc_connection_time.output, "connection time %.3fs is within thresholds", elapsed_time); } else { xasprintf(&sc_connection_time.output, "connection time %.3fs is violating thresholds", -- cgit v1.2.3-74-g34f1