You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/11/14 18:25:57 UTC

svn commit: r1869811 - in /httpd/httpd/trunk/docs/manual/mod: mod_allowhandlers.xml mod_policy.xml

Author: jailletc36
Date: Thu Nov 14 18:25:56 2019
New Revision: 1869811

URL: http://svn.apache.org/viewvc?rev=1869811&view=rev
Log:
Fix 2 spelling errors
(see PR 63923)

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_allowhandlers.xml
    httpd/httpd/trunk/docs/manual/mod/mod_policy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_allowhandlers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_allowhandlers.xml?rev=1869811&r1=1869810&r2=1869811&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_allowhandlers.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_allowhandlers.xml Thu Nov 14 18:25:56 2019
@@ -60,7 +60,7 @@ returns 403 FORBIDDEN to the client. Thi
 
 <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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_policy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_policy.xml?rev=1869811&r1=1869810&r2=1869811&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_policy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_policy.xml Thu Nov 14 18:25:56 2019
@@ -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>