]> granicus.if.org Git - apache/commitdiff
spellcheck
authorJeff Trawick <trawick@apache.org>
Thu, 26 Mar 2009 10:24:47 +0000 (10:24 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Mar 2009 10:24:47 +0000 (10:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758585 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index e5a19d59276ea48adda44b0525171176dbb954f6..6ac061ed9c9b086591968e42d8dc14adb895d9fe 100644 (file)
@@ -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) {