typo fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1364342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-07-22 16:01:21 +00:00
parent 2084699eda
commit 5b1e2bc605
2 changed files with 2 additions and 2 deletions

View 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>

View 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>