You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/05/06 09:54:16 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_negotiation.xml

yoshiki     02/05/06 00:54:16

  Modified:    docs/manual/mod mod_negotiation.xml
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.3       +4 -4      httpd-2.0/docs/manual/mod/mod_negotiation.xml
  
  Index: mod_negotiation.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_negotiation.xml	23 Apr 2002 10:01:38 -0000	1.2
  +++ mod_negotiation.xml	6 May 2002 07:54:16 -0000	1.3
  @@ -28,7 +28,7 @@
       </ul>
   </summary>
   
  -<seealso><directive module="mod_mime">DefaultLangauge</directive></seealso>
  +<seealso><directive module="mod_mime">DefaultLanguage</directive></seealso>
   <seealso><directive module="mod_mime">AddEncoding</directive></seealso>
   <seealso><directive module="mod_mime">AddLanguage</directive></seealso>
   <seealso><directive module="mod_mime">AddType</directive></seealso>
  @@ -152,11 +152,11 @@
   </directivesynopsis>
   
   <directivesynopsis>
  -<name>ForceLangaugePriority</name>
  +<name>ForceLanguagePriority</name>
   <description>Action to take if a single acceptable document is not 
   found</description>
   <syntax>ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]</syntax>
  -<default>ForceLangaugePriority None</default>
  +<default>ForceLanguagePriority None</default>
   <contextlist><context>server config</context>
   <context>virtual host</context>
   <context>directory</context>
  @@ -189,7 +189,7 @@
       <code>LanguagePriority</code> 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.</p>