]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Fix typo [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Wed, 18 Aug 2021 15:01:24 +0000 (15:01 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 18 Aug 2021 15:01:24 +0000 (15:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892423 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index 4afb5a99bfc6488f6ad343357a1a3136efa7f43e..8c11c96ccea5f4cb8eccc8483ab291d04f007db3 100644 (file)
@@ -754,7 +754,7 @@ DIGIT       ::= &lt;any US-ASCII digit "0".."9"&gt;
   Header set checksum-matched true
 &lt;/If&gt;
 
-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}"