]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix spelling in debug log message
authorJeff Trawick <trawick@apache.org>
Sun, 25 Jan 2009 21:35:44 +0000 (21:35 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 25 Jan 2009 21:35:44 +0000 (21:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737582 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 736d7acd5b2322a2bd54c81b140c7140a363213f..0d22949f155af86cb3a95db0300431e8b82dbce0 100644 (file)
@@ -2353,7 +2353,7 @@ static const char *util_ldap_set_chase_referrals(cmd_parms *cmd,
     util_ldap_config_t *dc =  config;
 
     ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, cmd->server,
-                      "LDAP: Setting refferal chasing %s",
+                      "LDAP: Setting referral chasing %s",
                       (mode == AP_LDAP_CHASEREFERRALS_ON) ? "ON" : "OFF");
 
     dc->ChaseReferrals = mode;