From: Christophe Jaillet Date: Thu, 14 Nov 2019 18:25:56 +0000 (+0000) Subject: Fix 2 spelling errors X-Git-Tag: 2.5.0-alpha2-ci-test-only~1790 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef31ab70cf5457d20f7164d8e7f9a3917c047ff;p=thirdparty%2Fapache%2Fhttpd.git Fix 2 spelling errors (see PR 63923) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869811 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_allowhandlers.xml b/docs/manual/mod/mod_allowhandlers.xml index aa4d16ccc1f..18a368ded8b 100644 --- a/docs/manual/mod/mod_allowhandlers.xml +++ b/docs/manual/mod/mod_allowhandlers.xml @@ -60,7 +60,7 @@ returns 403 FORBIDDEN to the client. This can be used with directives like

The handler names are case sensitive. The special name none can be used to match the case where no handler has been -set. The special vallue all can be used to allow all +set. The special value all can be used to allow all handlers again in a later config section, even if some headers were denied earlier in the configuration merge order:

diff --git a/docs/manual/mod/mod_policy.xml b/docs/manual/mod/mod_policy.xml index c29bd3f56ed..915f270f56d 100644 --- a/docs/manual/mod/mod_policy.xml +++ b/docs/manual/mod/mod_policy.xml @@ -493,7 +493,7 @@ later. Example -# reject reponses with "User-Agent" listed in the Vary header +# reject responses with "User-Agent" listed in the Vary header PolicyVary enforce User-Agent