summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_mime.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2015-04-22 17:25:09 +0000
committerEric Covener <covener@apache.org>2015-04-22 17:25:09 +0000
commitd09f45e172e21250c96dadc76a6bfd25c0e564ee (patch)
treef47564057b9b431b9d1c75dfd30402db4054ec73 /docs/manual/mod/mod_mime.xml
parent904c2e776cde7eb6e1b305c91d8a9c4359afef5e (diff)
downloadhttpd-d09f45e172e21250c96dadc76a6bfd25c0e564ee.tar.gz
typoes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_mime.xml')
-rw-r--r--docs/manual/mod/mod_mime.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index 374e1057fc..bbb9524592 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -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>