diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-07-22 16:01:01 +0000 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-07-22 16:01:01 +0000 |
commit | 5ce06e140999dc16f0e7e108f6d768b1c8aafa04 (patch) | |
tree | 1ae0c2c74ad061918840234c34b967db4f81eeb3 /docs/manual/mod/mod_rewrite.xml | |
parent | 7b18e09b78a8ec0399dea7df36fc9e8d9a1ffdbd (diff) | |
download | httpd-5ce06e140999dc16f0e7e108f6d768b1c8aafa04.tar.gz |
typo fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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> |