]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix 2 spelling errors
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Nov 2019 18:25:56 +0000 (18:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Nov 2019 18:25:56 +0000 (18:25 +0000)
(see PR 63923)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869811 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_allowhandlers.xml
docs/manual/mod/mod_policy.xml

index aa4d16ccc1f43c99cd51f1201c2b7f4f5a5e027a..18a368ded8bbef334c7c2e865a55d2358da2d62b 100644 (file)
@@ -60,7 +60,7 @@ returns 403 FORBIDDEN to the client. This can be used with directives like
 
 <p>The handler names are case sensitive. The special name
 <code>none</code> can be used to match the case where no handler has been
-set. The special vallue <code>all</code> can be used to allow all
+set. The special value <code>all</code> 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:</p>
 
index c29bd3f56ed7ec71fd692fecebfd01c51fa31c1c..915f270f56df6ebebddf99ec7d22ada7fae02fab 100644 (file)
@@ -493,7 +493,7 @@ later.</compatibility>
 
     <example><title>Example</title>
     <highlight language="config">
-# reject reponses with "User-Agent" listed in the Vary header
+# reject responses with "User-Agent" listed in the Vary header
 PolicyVary enforce User-Agent
     </highlight>
     </example>