trawick 2002/09/17 07:13:21
Modified: tables apr_tables.c
Log:
fix a typo
Revision Changes Path
1.44 +1 -1 apr/tables/apr_tables.c
Index: apr_tables.c
===================================================================
RCS file: /home/cvs/apr/tables/apr_tables.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- apr_tables.c 2 Sep 2002 09:27:57 -0000 1.43
+++ apr_tables.c 17 Sep 2002 14:13:21 -0000 1.44
@@ -1100,7 +1100,7 @@
if (flags == APR_OVERLAP_TABLES_MERGE) {
/* Just link this node at the end of the list
* of values for the key. It doesn't need to
- * be linked into the tree, becaue the node at
+ * be linked into the tree, because the node at
* the head of this key's value list is in the
* tree already.
*/