summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_mime.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-07-11 19:21:51 +0000
committerJoshua Slive <slive@apache.org>2002-07-11 19:21:51 +0000
commit4d76f832bb6620978d80c9bf261fbf357c3a09d9 (patch)
tree96c1dab6b9a75901c16b30efa4d5377e5b30f64a /docs/manual/mod/mod_mime.xml
parent185ece96ddab77e155c6cd361000d61432809473 (diff)
downloadhttpd-4d76f832bb6620978d80c9bf261fbf357c3a09d9.tar.gz
Fix typos.
Submitted by: "Andr� Malo" <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96017 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 4f068d8e44..61a604c09e 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -560,7 +560,7 @@ searching for a matching file with MultiViews</description>
<a href="mod_negotiation.html">mod_negotiation</a>'s Multiviews
feature. Multiviews allows a request for a file, e.g. index.html,
to match any negotiated extensions following the base request,
- e.g. index.html.en, index.html,fr, or index.html.gz.</p>
+ e.g. index.html.en, index.html.fr, or index.html.gz.</p>
<p>The NegotiatedOnly option provides that every extension following
the base name must correlate to a recognized mod_mime extension for
@@ -628,7 +628,7 @@ specified language</description>
to have no language attribute.</p>
<example><title>Example</title>
-DeafaultLanguage en
+DefaultLanguage en
</example>
</usage>