From: Nick Kew Date: Fri, 28 Dec 2007 00:07:39 +0000 (+0000) Subject: Fix typo in error message (noticed by gryzor on IRC) X-Git-Tag: 2.3.0~1099 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245a79001d3b8f7a2aed75a9702a79a3c61f250f;p=apache Fix typo in error message (noticed by gryzor on IRC) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607145 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index ab938d0469..02734ef7e4 100644 --- a/server/core.c +++ b/server/core.c @@ -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);