dgaudet     98/12/29 10:28:11

  Modified:    src/modules/standard mod_negotiation.c
  Log:
  The US is the only English speaking country which uses these misspellings, 
I'm Canadian.
  
  Revision  Changes    Path
  1.89      +1 -1      apache-1.3/src/modules/standard/mod_negotiation.c
  
  Index: mod_negotiation.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_negotiation.c,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- mod_negotiation.c 1998/12/29 09:46:18     1.88
  +++ mod_negotiation.c 1998/12/29 18:28:10     1.89
  @@ -2259,7 +2259,7 @@
    * choice response or 406 status body.
    */
   
  -/* XXX: this is disgusting, this has O(n^2) behavior! -djg */
  +/* XXX: this is disgusting, this has O(n^2) behaviour! -djg */
   
   static char *make_variant_list(request_rec *r, negotiation_state *neg)
   {
  
  
  

Reply via email to