From 412796876f5a83e3d60879e620718c2658aae12b Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Mon, 6 May 2002 07:54:16 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94943 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_negotiation.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 6357a34273..292c2e69bd 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -28,7 +28,7 @@ -DefaultLangauge +DefaultLanguage AddEncoding AddLanguage AddType @@ -152,11 +152,11 @@ cached by proxy servers -ForceLangaugePriority +ForceLanguagePriority Action to take if a single acceptable document is not found ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] -ForceLangaugePriority None +ForceLanguagePriority None server config virtual host directory @@ -189,7 +189,7 @@ found LanguagePriority to serve a valid result, rather than returning an HTTP result 406 (NOT ACCEPTABLE). If the directives below were given, and the user's Accept-Language only permitted an - es langauge response, but such a variant isn't found, then the + es language response, but such a variant isn't found, then the first variant from the LanguagePriority list below will be served.

-- 2.40.0