You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/12/28 01:07:40 UTC

svn commit: r607145 - /httpd/httpd/trunk/server/core.c

Author: niq
Date: Thu Dec 27 16:07:39 2007
New Revision: 607145

URL: http://svn.apache.org/viewvc?rev=607145&view=rev
Log:
Fix typo in error message (noticed by gryzor on IRC)

Modified:
    httpd/httpd/trunk/server/core.c

Modified: httpd/httpd/trunk/server/core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?rev=607145&r1=607144&r2=607145&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core.c (original)
+++ httpd/httpd/trunk/server/core.c Thu Dec 27 16:07:39 2007
@@ -3039,7 +3039,7 @@
                 /* uuh, too much. */
                 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
                               "Request exceeded the limit of %d subrequest "
-                              "nesting levels due to probable confguration "
+                              "nesting levels due to probable configuration "
                               "error. Use 'LimitInternalRecursion' to increase "
                               "the limit if necessary. Use 'LogLevel debug' to "
                               "get a backtrace.", slimit);