]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typoes
authorEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:25:09 +0000 (17:25 +0000)
committerEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:25:09 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675429 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
docs/manual/mod/mod_mime.xml

index 85b2f9a141e264d4a91e82305a2dd5c019a4377a..80e5b926766e2242dea4124c155e0214de79775b 100644 (file)
@@ -1897,11 +1897,11 @@ ForceType image/gif
     <directive module="core" >SetHandler</directive> or
     <directive module="mod_mime">AddHandler</directive> do not apply
     to the current request, the internal handler name normally set by those
-    diretives is set to match the content type specified by this directive.
+    directives is set to match the content type specified by this directive.
     This is a historical behavior that some third-party modules
     (such as mod_php) may use "magic" content types used only to signal the
     module to take responsibility for the matching request.  Configurations
-    that rely on such "magic" types should be avoided by the user of
+    that rely on such "magic" types should be avoided by the use of
     <directive module="core" >SetHandler</directive> or
     <directive module="mod_mime">AddHandler</directive>. </p>
     </note>
index 374e1057fcb17e5b18350a7523038aa5529c3e33..bbb95245928fc4af001fc6606d6bb80335f2d80d 100644 (file)
@@ -614,11 +614,11 @@ AddType application/rss+xml;qs=0.8 .xml
     <directive module="core" >SetHandler</directive> or 
     <directive module="mod_mime">AddHandler</directive> do not apply 
     to the current request, the internal handler name normally set by those
-    diretives is set to match the content type specified by this directive.  
+    directives is set to match the content type specified by this directive.  
     This is a historical behavior that some third-party modules 
     (such as mod_php) may use "magic" content types used only to signal the 
     module to take responsibility for the matching request.  Configurations
-    that rely on such "magic" types should be avoided by the user of 
+    that rely on such "magic" types should be avoided by the use of 
     <directive module="core" >SetHandler</directive> or 
     <directive module="mod_mime">AddHandler</directive>. </p>
     </note>