]> granicus.if.org Git - apache/commitdiff
Fix typo in error message (noticed by gryzor on IRC)
authorNick Kew <niq@apache.org>
Fri, 28 Dec 2007 00:07:39 +0000 (00:07 +0000)
committerNick Kew <niq@apache.org>
Fri, 28 Dec 2007 00:07:39 +0000 (00:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607145 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index ab938d0469d3d822f42b296103c19ee497d701ab..02734ef7e4819459348a5ea0606d7a6c0abf6e3f 100644 (file)
@@ -3039,7 +3039,7 @@ AP_DECLARE(int) ap_is_recursion_limit_exceeded(const request_rec *r)
                 /* 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);