From: Ruediger Pluem Date: Wed, 18 Aug 2021 15:01:24 +0000 (+0000) Subject: * Fix typo [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~867 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=006145e439b56d023e204e7d2d5a44635e6e75ad;p=thirdparty%2Fapache%2Fhttpd.git * Fix typo [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892423 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 4afb5a99bfc..8c11c96ccea 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -754,7 +754,7 @@ DIGIT ::= <any US-ASCII digit "0".."9"> 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}"