]> granicus.if.org Git - apache/commitdiff
Grammar police.
authorYoshiki Hayashi <yoshiki@apache.org>
Wed, 10 Jul 2002 06:04:04 +0000 (06:04 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Wed, 10 Jul 2002 06:04:04 +0000 (06:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95994 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 03076413fc952ec734c9086dbbd5b2bfe185034f..7a814a3edc0d92dec6c07a5c87629231eaa0178e 100644 (file)
@@ -477,7 +477,7 @@ the child processes</description>
 
     <p>With the <module>prefork</module> MPM, use this directive only
     if you need to set <directive
-    module="mpm_common">MaxClients</directive> higher higher than 256.
+    module="mpm_common">MaxClients</directive> higher than 256.
     Do not set the value of this directive any higher than what you
     might want to set <directive
     module="mpm_common">MaxClients</directive> to.</p>
@@ -582,7 +582,7 @@ per child process</description>
 <usage>
     <p>This directive sets the number of threads created by each
     child process. The child creates these threads at startup and
-    never creates more. if using an MPM like mpmt_winnt, where
+    never creates more. If using an MPM like mpmt_winnt, where
     there is only one child process, this number should be high
     enough to handle the entire load of the server. If using an MPM
     like worker, where there are multiple child processes, the