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/07/26 12:03:42 UTC

svn commit: r1365932 - in /httpd/httpd/branches/2.2.x/docs/manual/rewrite: avoid.xml index.xml intro.xml

Author: humbedooh
Date: Thu Jul 26 10:03:42 2012
New Revision: 1365932

URL: http://svn.apache.org/viewvc?rev=1365932&view=rev
Log:
more typo fixes

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/avoid.xml
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/index.xml
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/avoid.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/avoid.xml?rev=1365932&r1=1365931&r2=1365932&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/avoid.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/avoid.xml Thu Jul 26 10:03:42 2012
@@ -180,7 +180,7 @@ RewriteRule ^/?images(.*) http://imagese
 </example>
 
 <p>However, in many cases, when there is no actual pattern matching
-meeded, as in the example shown above, the <directive
+needed, as in the example shown above, the <directive
 module="mod_proxy">ProxyPass</directive> directive is a better choice.
 The example here could be rendered as:</p>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/index.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/index.xml?rev=1365932&r1=1365931&r2=1365932&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/index.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/index.xml Thu Jul 26 10:03:42 2012
@@ -56,7 +56,7 @@
       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>

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml?rev=1365932&r1=1365931&r2=1365932&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml Thu Jul 26 10:03:42 2012
@@ -179,7 +179,7 @@ matched against the URL-path of the inco
 hostname but before any question mark indicating the beginning of a query 
 string) or, in per-directory context, against the request's path relative 
 to the directory for which the rule is defined. Once a substitution has 
-occured, the rules that follow are matched against the substituted
+occurred, the rules that follow are matched against the substituted
 value.
 </p>