From: Eric Covener Date: Fri, 19 Dec 2008 13:39:55 +0000 (+0000) Subject: typo spotted by Vincent Bray X-Git-Tag: 2.3.1~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b75806ed853a6d72c61fdcca1f6263c669c8ba8;p=thirdparty%2Fapache%2Fhttpd.git typo spotted by Vincent Bray git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728020 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index e5f35bf677a..08226e3f8e8 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1269,7 +1269,7 @@ cannot use $N in the substitution string! and PATH_INFO.

The current URI can be the initial URI as requested by the client, the - result of a previous round of mod_rewrite processing, or the resulf of + result of a previous round of mod_rewrite processing, or the result of a prior rule in the current round of mod_rewrite processing.

In contrast, the PATH_INFO that is appended to the URI before each diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index fb30330fcb4..0de8014d788 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1284,7 +1284,7 @@ cannot use $N in the substitution string! and PATH_INFO.

The current URI can be the initial URI as requested by the client, the - result of a previous round of mod_rewrite processing, or the resulf of + result of a previous round of mod_rewrite processing, or the result of a prior rule in the current round of mod_rewrite processing.

In contrast, the PATH_INFO that is appended to the URI before each