You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2021/08/18 15:01:24 UTC

svn commit: r1892423 - /httpd/httpd/trunk/docs/manual/expr.xml

Author: rpluem
Date: Wed Aug 18 15:01:24 2021
New Revision: 1892423

URL: http://svn.apache.org/viewvc?rev=1892423&view=rev
Log:
* Fix typo [skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/expr.xml

Modified: httpd/httpd/trunk/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml?rev=1892423&r1=1892422&r2=1892423&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Wed Aug 18 15:01:24 2021
@@ -754,7 +754,7 @@ DIGIT       ::= <any US-ASCII digit "
   Header set checksum-matched true
 </If>
 
-Requir expr replace(%{REQUEST_METHOD},  'E', 'O') == 'GET'"
+Require expr replace(%{REQUEST_METHOD},  'E', 'O') == 'GET'"
 
 # Function example in string context
 Header set foo-checksum "expr=%{md5:foo}"