summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-09-17 14:13:21 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-09-17 14:13:21 +0000
commit55256b370c51262d5f6fdb271a3cf000f5cf6029 (patch)
treee47cd29ce59fa70443bbff1bd50065f682e6bfd1 /tables
parente0d3a495329f33684742d01aed8e48353668f635 (diff)
downloadlibapr-55256b370c51262d5f6fdb271a3cf000f5cf6029.tar.gz
fix a typo
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63877 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_tables.c2
1 files changed, 1 insertions, 1 deletions
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.
*/