From 94ceb7840ddeebe0208647c0479581f8694a5982 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 26 Mar 2009 10:24:47 +0000 Subject: [PATCH] spellcheck git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758585 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0