trawick 2002/06/21 07:24:26
Modified: include apr_tables.h
Log:
fix a typo in a comment
Revision Changes Path
1.28 +1 -1 apr/include/apr_tables.h
Index: apr_tables.h
===================================================================
RCS file: /home/cvs/apr/include/apr_tables.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- apr_tables.h 3 Jun 2002 21:48:28 -0000 1.27
+++ apr_tables.h 21 Jun 2002 14:24:25 -0000 1.28
@@ -275,7 +275,7 @@
* 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
|