From: Rich Bowen Date: Wed, 7 Mar 2012 02:09:15 +0000 (+0000) Subject: Trivial s/a/an/ typo correction. X-Git-Tag: 2.4.2~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be05c5ae578070bcad867d32e4fd07f7411639b2;p=apache Trivial s/a/an/ typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1297836 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index fb70ef5b11..e624dc5734 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -350,7 +350,7 @@ RewriteRule ^index\.html$ newsite.html

If the TestString has the special value expr, the - CondPattern will be treated as a + CondPattern will be treated as an ap_expr.

Other things you should be aware of:

@@ -608,7 +608,7 @@ RewriteRule ^index\.html$ newsite.html
  • If the TestString has the special value expr, the - CondPattern will be treated as a + CondPattern will be treated as an ap_expr.

    diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 8d089e08d8..5d72fdea7e 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -538,7 +538,7 @@ RewriteRule ^index\.html$ newsite.html

    If the TestString has the special value expr, the - CondPattern will be treated as a + CondPattern will be treated as an ap_expr.

    Other things you should be aware of:

    @@ -796,7 +796,7 @@ RewriteRule ^index\.html$ newsite.html
  • If the TestString has the special value expr, the - CondPattern will be treated as a + CondPattern will be treated as an ap_expr.