]> granicus.if.org Git - apache/commitdiff
typo fixes
authorDaniel Gruno <humbedooh@apache.org>
Sun, 22 Jul 2012 16:01:01 +0000 (16:01 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 22 Jul 2012 16:01:01 +0000 (16:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364341 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml
docs/manual/rewrite/intro.xml

index ae2b9acc6a1c08163aa45f999da428fd5cc2dbfd..5701c67a5cb663c2c9b56dac0cbddea300d666c5 100644 (file)
@@ -558,7 +558,7 @@ Alias /myapp /opt/myapp-1.2.3
 
                   <dt><code>REQUEST_SCHEME</code></dt>
 
-                  <dd>Will contain the scheme of the request (ususally
+                  <dd>Will contain the scheme of the request (usually
                   "http" or "https"). This value can be influenced with
                   <directive module="core">ServerName</directive>.</dd>
 
index ea0d4db321ecd6e12e8582119a5cf3d25f81d7ca..3b1ff57d052449f1a0e228f081451de94695d009 100644 (file)
@@ -179,7 +179,7 @@ matched against the URL-path of the incoming request (the part after the
 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>