]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 10:32:27 +0000 (10:32 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 10:32:27 +0000 (10:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328304 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.html.en
docs/manual/rewrite/index.html.en

index 7845a49b0ca416382068cfc9e2f41ebc72c7b562..48a106fa38ee471ed8d9b879297a0a5a49c3d9f9 100644 (file)
@@ -169,7 +169,7 @@ RewriteRule ^/?images(.*) http://imageserver.local/images$1 [P]
 </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>
 
index acb872c9b43b9072ba00758daf571aed9a60d01e..0464f3b1359b6afe6cad5ddcbc8ccf95b16f7397 100644 (file)
@@ -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>