check_ldap: fix typo

This commit is contained in:
Lorenz Kästle 2025-11-25 12:37:42 +01:00
parent 07d3eb9e2c
commit 2e3dff775d

View file

@ -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",