From 55256b370c51262d5f6fdb271a3cf000f5cf6029 Mon Sep 17 00:00:00 2001 From: trawick Date: Tue, 17 Sep 2002 14:13:21 +0000 Subject: fix a typo git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63877 13f79535-47bb-0310-9956-ffa450edef68 --- tables/apr_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tables') diff --git a/tables/apr_tables.c b/tables/apr_tables.c index 24659f00a..ecfaed08f 100644 --- a/tables/apr_tables.c +++ b/tables/apr_tables.c @@ -1100,7 +1100,7 @@ static void overlap_hash(overlap_key *elt, 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. */ -- cgit v1.2.1