]> granicus.if.org Git - apache/commitdiff
Fix typos.
authorJoshua Slive <slive@apache.org>
Thu, 11 Jul 2002 19:21:51 +0000 (19:21 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 11 Jul 2002 19:21:51 +0000 (19:21 +0000)
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

docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml

index a6f3ee4d3b1aa3e0a637aec676359605f8d15d93..6bd0071bd9ef9c3c528f6b9e6b48278346d3b8c1 100644 (file)
@@ -2,10 +2,10 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-        --><title>mod_mime- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_mime</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Associates the requested filename's extensions
+        --><title>mod_mime- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_mime</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top"><span class="help">Description:</span></td><td>Associates the requested filename's extensions
     with the file's behavior (handlers and filters)
     and content (mime-type, language, character set and
-    encoding)</td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>mime_module</td></tr></table></td></tr></table><h2>Summary</h2>
+    encoding)</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>mime_module</td></tr></table></td></tr></table><h2>Summary</h2>
     <p>This module is used to associate various bits of "meta
     information" with files by their filename extensions. This
     information relates the filename of the document to it's
@@ -393,7 +393,7 @@ specified language</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html
     to have no language attribute.</p>
 
 <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
-DeafaultLanguage en
+DefaultLanguage en
 </code></td></tr></table></blockquote>
 
 <p><strong>See also </strong></p><ul><li><code><a href="mod_negotiation.html">mod_negotiation</a></code></li></ul><hr/><h2><a name="MultiviewsMatch">MultiviewsMatch</a> <a name="multiviewsmatch">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>The types of files that will be included when 
@@ -405,7 +405,7 @@ searching for a matching file with MultiViews</td></tr><tr><td nowrap="nowrap"><
     <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
index 4f068d8e44db9e166c94b4cbb9d2752806434ffc..61a604c09e01af0f2fe48aba7aee54e660f4810d 100644 (file)
@@ -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>