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
  
  
  

Reply via email to