You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/19 16:42:42 UTC

svn commit: r1302510 - /httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Author: rbowen
Date: Mon Mar 19 15:42:42 2012
New Revision: 1302510

URL: http://svn.apache.org/viewvc?rev=1302510&view=rev
Log:
Typo correction as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52944

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml?rev=1302510&r1=1302509&r2=1302510&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml Mon Mar 19 15:42:42 2012
@@ -134,7 +134,7 @@ listfunction ::= listfuncname "<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">