diff options
author | Chris Pepper <pepper@apache.org> | 2003-03-23 05:04:44 +0100 |
---|---|---|
committer | Chris Pepper <pepper@apache.org> | 2003-03-23 05:04:44 +0100 |
commit | ca7999155693bd829587521e83b3b2aaab9c371f (patch) | |
tree | ff3b6e28a50ea2bf7bc695fba4418f24216246fe | |
parent | Do not bypass output filters when redirecting subrequests internally. (diff) | |
download | apache2-ca7999155693bd829587521e83b3b2aaab9c371f.tar.xz apache2-ca7999155693bd829587521e83b3b2aaab9c371f.zip |
Fix a couple typos: explicitly, substitute.
Grammar: add missing comma, -> a hyperlink.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99044 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/content-negotiation.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index 06a563b5dc..5cba72ae83 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -439,10 +439,10 @@ 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> |