aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@macbook.local> 2009-02-20 00:00:13 +0000
committerGravatar Ton Voon <tonvoon@macbook.local> 2009-02-20 00:00:13 +0000
commit532454485570d76c159b7ddcf218dce1d59c26d3 (patch)
tree2080263bdd160ed32173955568d78ddbffa9dfce /plugins/check_ldap.c
parent31efea1b490a12a64ce0359c2d847a381d2efb7b (diff)
downloadmonitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins/check_ldap.c')
-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 7ef4509c..25432de1 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -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;
}