summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_ldap.c2
1 files changed, 1 insertions, 1 deletions
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[]) {
281 sc_connection_time = mp_set_subcheck_state(sc_connection_time, connection_time_state); 281 sc_connection_time = mp_set_subcheck_state(sc_connection_time, connection_time_state);
282 282
283 if (connection_time_state == STATE_OK) { 283 if (connection_time_state == STATE_OK) {
284 xasprintf(&sc_connection_time.output, "connection time %.3fs is withing thresholds", 284 xasprintf(&sc_connection_time.output, "connection time %.3fs is within thresholds",
285 elapsed_time); 285 elapsed_time);
286 } else { 286 } else {
287 xasprintf(&sc_connection_time.output, "connection time %.3fs is violating thresholds", 287 xasprintf(&sc_connection_time.output, "connection time %.3fs is violating thresholds",