From: Jeff Trawick Date: Thu, 26 Mar 2009 10:24:47 +0000 (+0000) Subject: spellcheck X-Git-Tag: 2.3.3~808 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94ceb7840ddeebe0208647c0479581f8694a5982;p=apache spellcheck git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758585 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index e5a19d5927..6ac061ed9c 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -735,7 +735,7 @@ static unsigned int __stdcall worker_main(void *thread_num_val) break; } - /* Have we hit MaxRequestPerChild connections? */ + /* Have we hit MaxRequestsPerChild connections? */ if (ap_max_requests_per_child) { requests_this_child++; if (requests_this_child > ap_max_requests_per_child) {