Module: monitoring-plugins
 Branch: master
 Commit: 2e3dff775dd92ea9880221c800f6dc6e53162fb4
 Author: Lorenz Kästle <[email protected]>
   Date: Tue Nov 25 12:37:42 2025 +0100
    URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2e3dff77

check_ldap: fix typo

---

 plugins/check_ldap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to