summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mpm_common.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2019-02-15 09:21:11 +0100
committerChristophe Jaillet <jailletc36@apache.org>2019-02-15 09:21:11 +0100
commit5c38ad9a3629987334439f7900799ceb1560db47 (patch)
treee9107f126a7f225e6e2d5736d91253a514a1619f /docs/manual/mod/mpm_common.xml
parentFix case in directive name, so that quickreference.xsl can extract default va... (diff)
downloadapache2-5c38ad9a3629987334439f7900799ceb1560db47.tar.xz
apache2-5c38ad9a3629987334439f7900799ceb1560db47.zip
Fix typo added in r1838958
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_common.xml')
-rw-r--r--docs/manual/mod/mpm_common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 1f91e676c8..682caf14b0 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -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>