From: Christophe Jaillet
Date: Fri, 15 Feb 2019 08:21:11 +0000 (+0000)
Subject: Fix typo added in r1838958
X-Git-Tag: 2.5.0-alpha2-ci-test-only~2153
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c38ad9a3629987334439f7900799ceb1560db47;p=thirdparty%2Fapache%2Fhttpd.git
Fix typo added in r1838958
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853618 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 1f91e676c8d..682caf14b01 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -814,10 +814,10 @@ per child process
25 when used with the others.
The value of ThreadsPerChild can not exceed the
- value of ThreadsLimit. If a
+ value of ThreadLimit. 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 ThreadsLimit.
+ is explained in ThreadLimit.