Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 29242 invoked by uid 6000); 29 Dec 1998 18:28:13 -0000 Received: (qmail 29235 invoked by alias); 29 Dec 1998 18:28:12 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 29231 invoked by uid 143); 29 Dec 1998 18:28:11 -0000 Date: 29 Dec 1998 18:28:11 -0000 Message-ID: <19981229182811.29230.qmail@hyperreal.org> From: dgaudet@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/modules/standard mod_negotiation.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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) {