From: Rich Bowen Date: Wed, 7 Mar 2012 02:08:52 +0000 (+0000) Subject: Trivial s/a/an/ typo correction. X-Git-Tag: 2.5.0-alpha~7410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f545146f6cd788c0364291247c514af742a7b44;p=apache Trivial s/a/an/ typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1297835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 2900354d40..4b90de1837 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.