]> granicus.if.org Git - apache/commitdiff
Fix a couple typos: explicitly, substitute.
authorChris Pepper <pepper@apache.org>
Sun, 23 Mar 2003 04:04:44 +0000 (04:04 +0000)
committerChris Pepper <pepper@apache.org>
Sun, 23 Mar 2003 04:04:44 +0000 (04:04 +0000)
Grammar: add missing comma, -> a hyperlink.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99044 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/content-negotiation.xml

index 06a563b5dcdba65751942ede0879e657ff895168..5cba72ae8393ffdcad28f7a29d8eaebc2a07f51f 100644 (file)
     Variant" or "Multiple Choices" response to the client.  To avoid
     these error messages, it is possible to configure Apache to ignore
     the Accept-language in these cases and provide a document that
-    does not explictly match the client's request.  The <directive
+    does not explicitly match the client's request.  The <directive
     module="mod_negotiation">ForceLanguagePriority</directive>
     directive can be used to override one or both of these error
-    messages and subsitute the servers judgement in the form of the 
+    messages and substitute the servers judgement in the form of the 
     <directive module="mod_negotiation">LanguagePriority</directive>
     directive.</p>
 
@@ -594,8 +594,8 @@ decimal places before choosing the best variant.</p>
       </tr>
     </table>
 
-    <p>Looking at the table above you will notice that it is always
-    possible to use the name without any extensions in an hyperlink
+    <p>Looking at the table above, you will notice that it is always
+    possible to use the name without any extensions in a hyperlink
     (<em>e.g.</em>, <code>foo</code>). The advantage is that you
     can hide the actual type of a document rsp. file and can change
     it later, <em>e.g.</em>, from <code>html</code> to
@@ -640,4 +640,4 @@ decimal places before choosing the best variant.</p>
     updated to include changes in Apache 2.0.</p>
 </section>
 
-</manualpage>
\ No newline at end of file
+</manualpage>