From: Christophe Jaillet
Date: Wed, 28 May 2014 20:50:12 +0000 (+0000)
Subject: Fix typo spotted on online doc by Louise Hope.
X-Git-Tag: 2.4.10~187
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4383b9e7276e9eeb80abea9d26f6328470533f12;p=apache
Fix typo spotted on online doc by Louise Hope.
#comment_2558
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1598136 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en
index 1553c10ae3..a7d4df8f25 100644
--- a/docs/manual/mod/mod_autoindex.html.en
+++ b/docs/manual/mod/mod_autoindex.html.en
@@ -535,7 +535,7 @@ a directory
list of files to hide when listing a directory. File is a
shell-style wildcard expression or full
filename. Multiple IndexIgnore directives add
- to the list, rather than the replacing the list of ignored
+ to the list, rather than replacing the list of ignored
files. By default, the list contains .
(the current
directory).
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 474b4ee86c..0f117fccda 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -528,7 +528,7 @@ a directory
list of files to hide when listing a directory. File is a
shell-style wildcard expression or full
filename. Multiple IndexIgnore directives add
- to the list, rather than the replacing the list of ignored
+ to the list, rather than replacing the list of ignored
files. By default, the list contains .
(the current
directory).