summaryrefslogtreecommitdiff
path: root/tables/apr_tables.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-09-17 14:13:21 +0000
committerJeff Trawick <trawick@apache.org>2002-09-17 14:13:21 +0000
commitfca747eb47b32e8c88f3a29e7906852488384c0f (patch)
treee47cd29ce59fa70443bbff1bd50065f682e6bfd1 /tables/apr_tables.c
parent225785d8fd3b9680579106776e92e48b1f391a3f (diff)
downloadapr-fca747eb47b32e8c88f3a29e7906852488384c0f.tar.gz
fix a typo
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63877 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables/apr_tables.c')
-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.
*/