From: Eric Covener
Date: Wed, 22 Apr 2015 17:25:09 +0000 (+0000)
Subject: typoes
X-Git-Tag: 2.5.0-alpha~3236
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09f45e172e21250c96dadc76a6bfd25c0e564ee;p=thirdparty%2Fapache%2Fhttpd.git
typoes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675429 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 85b2f9a141e..80e5b926766 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1897,11 +1897,11 @@ ForceType image/gif
SetHandler or
AddHandler 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
SetHandler or
AddHandler.
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index 374e1057fcb..bbb95245928 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
SetHandler or
AddHandler 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
SetHandler or
AddHandler.