diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-05-04 19:12:47 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-05-04 19:12:47 +0200 |
commit | 181ae7680d53c7d49329d44ac0fb74470663c133 (patch) | |
tree | 7f4a901e359eff31ad0c148d61710d4d75a3023f /docs/manual/expr.xml | |
parent | * Use the the same hostname for SNI as for the HTTP request when forwarding (diff) | |
download | apache2-181ae7680d53c7d49329d44ac0fb74470663c133.tar.xz apache2-181ae7680d53c7d49329d44ac0fb74470663c133.zip |
Typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/expr.xml')
-rw-r--r-- | docs/manual/expr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index be482e96c3..d2de79cecb 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -134,7 +134,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <code>%{REMOTE_USER}</code> will not be set in this case.</p> <p>The following variables provide the values of the named HTTP request - headers. The values of other headers can be obtained witht the + headers. The values of other headers can be obtained with the <code>req</code> <a href="#functions">function</a>.</p> <table border="1" style="zebra"> |