From: Yoshiki Hayashi Date: Fri, 19 Dec 2003 05:29:59 +0000 (+0000) Subject: Correct a grammatical error. X-Git-Tag: pre_ajp_proxy~909 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=417e17f11ae3a79b55235df8108ee4efacee10bc;p=apache Correct a grammatical error. Suggested by: Michael Schroepl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102089 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index 4ce0a63c3d..b269af6c4d 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -75,7 +75,7 @@ a directory

The DirectoryIndex directive sets the list of resources to look for, when the client requests an index - of the directory by specifying a / at the end of the a directory + of the directory by specifying a / at the end of the directory name. Local-url is the (%-encoded) URL of a document on the server relative to the requested directory; it is usually the name of a file in the directory. Several URLs may be given, in diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 02e62b25c0..4f583e5d35 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -48,7 +48,7 @@ a directory

The DirectoryIndex directive sets the list of resources to look for, when the client requests an index - of the directory by specifying a / at the end of the a directory + of the directory by specifying a / at the end of the directory name. Local-url is the (%-encoded) URL of a document on the server relative to the requested directory; it is usually the name of a file in the directory. Several URLs may be given, in