Code

Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455)
[nagiosplug.git] / plugins / check_ldap.c
index 7ef4509c0c2ffd39569bdf060c54d1ad61469dee..25432de12f9e35b6b8379e97f8150d3b74075eda 100644 (file)
@@ -191,7 +191,7 @@ main (int argc, char *argv[])
                        LDAP_SUCCESS) {
                if (verbose)
                        ldap_perror(ld, "ldap_bind");
-               printf (_("Could not bind to the ldap-server\n"));
+               printf (_("Could not bind to the LDAP server\n"));
                return STATE_CRITICAL;
        }