From: Christophe Jaillet Date: Sat, 15 Jun 2013 08:59:00 +0000 (+0000) Subject: Correct typo in error message X-Git-Tag: 2.5.0-alpha~5336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e581fd49edad90c26c4963ee5e377aaf7dca5e3;p=apache Correct typo in error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1493330 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index b7b132e011..2c25dbc73f 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -1443,7 +1443,7 @@ static const char *mod_auth_ldap_set_deref(cmd_parms *cmd, void *config, const c sec->deref = always; } else { - return "Unrecognized value for AuthLDAPAliasDereference directive"; + return "Unrecognized value for AuthLDAPDereferenceAliases directive"; } return NULL; }