From 417e17f11ae3a79b55235df8108ee4efacee10bc Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Fri, 19 Dec 2003 05:29:59 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_dir.html.en | 2 +- docs/manual/mod/mod_dir.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1