summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-08-18 13:09:55 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-08-18 13:09:55 +0000
commit0224ff50186feb4115743d40db5b2e94db9dc1c7 (patch)
tree5574923f5e6e6a6f1682100c051935ee4c5a529c
parent55b3509eba005668dd86d979efeeb7d611415a8c (diff)
downloadlibapr-0224ff50186feb4115743d40db5b2e94db9dc1c7.tar.gz
Spelling fix.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65304 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_tables.h b/include/apr_tables.h
index 03e4915bf..9cba568c7 100644
--- a/include/apr_tables.h
+++ b/include/apr_tables.h
@@ -403,7 +403,7 @@ APR_DECLARE(void) apr_table_overlap(apr_table_t *a, const apr_table_t *b,
unsigned flags);
/**
- * Eliminate redunandant entries in a table by either overwriting
+ * Eliminate redundant entries in a table by either overwriting
* or merging duplicates
*
* @param t Table.