From: Christophe Jaillet
Date: Wed, 28 May 2014 20:49:36 +0000 (+0000)
Subject: Fix typo spotted on online doc by Louise Hope.
X-Git-Tag: 2.2.28~84
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b634bb9d920c2332ae3ced4e33671b05c00b29;p=thirdparty%2Fapache%2Fhttpd.git
Fix typo spotted on online doc by Louise Hope.
#comment_2558
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1598135 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en
index 6955ab9486a..78409939fc6 100644
--- a/docs/manual/mod/mod_autoindex.html.en
+++ b/docs/manual/mod/mod_autoindex.html.en
@@ -533,7 +533,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 e20130410b0..0a789da39fc 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -515,7 +515,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).