diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 (GMT) |
commit | 532454485570d76c159b7ddcf218dce1d59c26d3 (patch) | |
tree | 2080263bdd160ed32173955568d78ddbffa9dfce /plugins/check_ldap.c | |
parent | 31efea1b490a12a64ce0359c2d847a381d2efb7b (diff) | |
download | monitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz |
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 7ef4509..25432de 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -191,7 +191,7 @@ main (int argc, char *argv[]) | |||
191 | LDAP_SUCCESS) { | 191 | LDAP_SUCCESS) { |
192 | if (verbose) | 192 | if (verbose) |
193 | ldap_perror(ld, "ldap_bind"); | 193 | ldap_perror(ld, "ldap_bind"); |
194 | printf (_("Could not bind to the ldap-server\n")); | 194 | printf (_("Could not bind to the LDAP server\n")); |
195 | return STATE_CRITICAL; | 195 | return STATE_CRITICAL; |
196 | } | 196 | } |
197 | 197 | ||