You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/12/09 04:56:26 UTC

cvs commit: apache/src mod_negotiation.c

brian       96/12/08 19:56:26

  Modified:    src       mod_negotiation.c
  Log:
  Typo.
  
  Revision  Changes    Path
  1.26      +1 -1      apache/src/mod_negotiation.c
  
  Index: mod_negotiation.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_negotiation.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -C3 -r1.25 -r1.26
  *** mod_negotiation.c	1996/12/01 20:29:17	1.25
  --- mod_negotiation.c	1996/12/09 03:56:24	1.26
  ***************
  *** 1062,1068 ****
    
        }
        else if (naccept) {
  ! 	/* Variant has one (or more) langauges, and we have one (or more)
    	 * language ranges on the Accept-Language header. Look for
    	 * the best match. We do this by going through each language
    	 * on the variant description looking for a match on the
  --- 1062,1068 ----
    
        }
        else if (naccept) {
  ! 	/* Variant has one (or more) languages, and we have one (or more)
    	 * language ranges on the Accept-Language header. Look for
    	 * the best match. We do this by going through each language
    	 * on the variant description looking for a match on the