From: Jeff Trawick Date: Sun, 25 Jan 2009 21:35:44 +0000 (+0000) Subject: fix spelling in debug log message X-Git-Tag: 2.3.2~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6e008c9e2a89d4ade1c42a3a9558fa06acba1ea;p=thirdparty%2Fapache%2Fhttpd.git fix spelling in debug log message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737582 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 736d7acd5b2..0d22949f155 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -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;