]> granicus.if.org Git - apache/commitdiff
Correct typo in error message
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 15 Jun 2013 08:59:00 +0000 (08:59 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 15 Jun 2013 08:59:00 +0000 (08:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1493330 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index b7b132e011c7d8f7402b5cb28a62e3d6b1dce7b8..2c25dbc73f149e6ee06a69b8ea57fa01c255882f 100644 (file)
@@ -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;
 }