diff options
author | Jeff Trawick <trawick@apache.org> | 2002-06-21 14:24:25 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-06-21 14:24:25 +0000 |
commit | da0440afd2c93bea7049d5cb1457d71a258eeafd (patch) | |
tree | 67d7c5f789fd5795d44eed9bd01ebfbcd4ba26e9 /include/apr_tables.h | |
parent | 90db190c193930a33cb8258aba05a2b7d3f61887 (diff) | |
download | apr-da0440afd2c93bea7049d5cb1457d71a258eeafd.tar.gz |
fix a typo in a comment
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63510 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_tables.h')
-rw-r--r-- | include/apr_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_tables.h b/include/apr_tables.h index c789ba304..6f0584867 100644 --- a/include/apr_tables.h +++ b/include/apr_tables.h @@ -275,7 +275,7 @@ APR_DECLARE(void) apr_table_set(apr_table_t *t, const char *key, * Add a key/value pair to a table, if another element already exists with the * same key, this will over-write the old data. * @param t The table to add the data to. - * @param key The key fo use + * @param key The key to use * @param val The value to add * @warning When adding data, this function does not make a copy of the key or * the value, so care should be taken to ensure that the values will |