From: Daniel Gruno Date: Sun, 22 Jul 2012 16:01:01 +0000 (+0000) Subject: typo fixes X-Git-Tag: 2.5.0-alpha~6599 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ce06e140999dc16f0e7e108f6d768b1c8aafa04;p=apache typo fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364341 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index ae2b9acc6a..5701c67a5c 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -558,7 +558,7 @@ Alias /myapp /opt/myapp-1.2.3
REQUEST_SCHEME
-
Will contain the scheme of the request (ususally +
Will contain the scheme of the request (usually "http" or "https"). This value can be influenced with ServerName.
diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index ea0d4db321..3b1ff57d05 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -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.