You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/20 12:32:27 UTC

svn commit: r1328304 - in /httpd/httpd/trunk/docs/manual/rewrite: avoid.html.en index.html.en

Author: humbedooh
Date: Fri Apr 20 10:32:27 2012
New Revision: 1328304

URL: http://svn.apache.org/viewvc?rev=1328304&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en
    httpd/httpd/trunk/docs/manual/rewrite/index.html.en

Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en?rev=1328304&r1=1328303&r2=1328304&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en Fri Apr 20 10:32:27 2012
@@ -169,7 +169,7 @@ RewriteRule ^/?images(.*) http://imagese
 </code></p></div>
 
 <p>However, in many cases, when there is no actual pattern matching
-meeded, as in the example shown above, the <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code> directive is a better choice.
+needed, as in the example shown above, the <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code> directive is a better choice.
 The example here could be rendered as:</p>
 
 <div class="example"><p><code>
@@ -195,7 +195,7 @@ accomplish.</p>
 <h2><a name="setenv" id="setenv">Environment Variable Testing</a></h2>
 
 <p><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> is frequently used to take a particular
-action based on the presence or absense of a particular environment
+action based on the presence or absence of a particular environment
 variable or request header. This can be done more efficiently using the
 <code class="directive"><a href="../mod/core.html#if">&lt;If&gt;</a></code>.</p>
 

Modified: httpd/httpd/trunk/docs/manual/rewrite/index.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.html.en?rev=1328304&r1=1328303&r2=1328304&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.html.en Fri Apr 20 10:32:27 2012
@@ -51,7 +51,7 @@
       <p>Since mod_rewrite is so powerful, it can indeed be rather
       complex. This document supplements the <a href="../mod/mod_rewrite.html">reference documentation</a>, and
       attempts to allay some of that complexity, and provide highly
-      annoted examples of common scenarios that you may handle with
+      annotated examples of common scenarios that you may handle with
       mod_rewrite. But we also attempt to show you when you should not
       use mod_rewrite, and use other standard Apache features instead,
       thus avoiding this unnecessary complexity.</p>