From: Christophe Jaillet
Date: Mon, 28 Oct 2019 07:10:35 +0000 (+0000)
Subject: Use instead of for module names.
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1838
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af014de01a4cd9d339b1b137ed77b35df26eb41d;p=thirdparty%2Fapache%2Fhttpd.git
Use instead of for module names.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869062 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml
index ae8f4bef013..2bf3b18b102 100644
--- a/docs/manual/misc/security_tips.xml
+++ b/docs/manual/misc/security_tips.xml
@@ -454,7 +454,7 @@ UserDir disabled root
on how directives are merged.
For modules that don't implement any merging logic, such as
- mod_access_compat, the behavior in later sections
+ mod_access_compat, the behavior in later sections
depends on whether the later section has any directives
from the module. The configuration is inherited until a change is made,
at which point the configuration is replaced and not merged.