summaryrefslogtreecommitdiff
path: root/include/apr_tables.h
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2002-06-03 21:48:28 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2002-06-03 21:48:28 +0000
commit99a24550512240becd395cd097a6fa531a41ef4f (patch)
treed1b998d05d3f78fd72ca2656180ed515c180bdbf /include/apr_tables.h
parent992ead405cb2c37fe40de82acd5e0155e1edd226 (diff)
downloadlibapr-99a24550512240becd395cd097a6fa531a41ef4f.tar.gz
it's amazing the typos one can catch when one actually reads the docs. :)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_tables.h')
-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 914e311d8..c789ba304 100644
--- a/include/apr_tables.h
+++ b/include/apr_tables.h
@@ -145,7 +145,7 @@ struct apr_table_entry_t {
/**
* Determine if the table is empty
* @param t The table to check
- * @return True if empty, Falso otherwise
+ * @return True if empty, False otherwise
*/
#define apr_is_empty_table(t) (((t) == NULL) \
|| (((apr_array_header_t *)(t))->nelts == 0))