]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo added in r1838958
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 08:21:11 +0000 (08:21 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 08:21:11 +0000 (08:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853618 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 1f91e676c8d3f4b7d798e2858e562941920c0585..682caf14b01c52efa4b9d37444b64f5f891d8573 100644 (file)
@@ -814,10 +814,10 @@ per child process</description>
     <code>25</code> when used with the others.</p>
     
     <p>The value of <directive>ThreadsPerChild</directive> can not exceed the
-    value of <directive module="mpm_common">ThreadsLimit</directive>. If a
+    value of <directive module="mpm_common">ThreadLimit</directive>. If a
     higher value is configured, it will be automatically reduced at start-up
     and a warning will be logged. The relationship between these 2 directives
-    is explained in <directive module="mpm_common">ThreadsLimit</directive>.</p>
+    is explained in <directive module="mpm_common">ThreadLimit</directive>.</p>
 </usage>
 </directivesynopsis>