You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/01/25 22:35:44 UTC

svn commit: r737582 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

Author: trawick
Date: Sun Jan 25 21:35:44 2009
New Revision: 737582

URL: http://svn.apache.org/viewvc?rev=737582&view=rev
Log:
fix spelling in debug log message

Modified:
    httpd/httpd/trunk/modules/ldap/util_ldap.c

Modified: httpd/httpd/trunk/modules/ldap/util_ldap.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?rev=737582&r1=737581&r2=737582&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ldap/util_ldap.c (original)
+++ httpd/httpd/trunk/modules/ldap/util_ldap.c Sun Jan 25 21:35:44 2009
@@ -2353,7 +2353,7 @@
     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;