kfogel 01/07/07 11:43:32
Modified: include apr_tables.h
Log:
(apr_table_do): Trivial grammar fix to doc string.
Revision Changes Path
1.21 +1 -1 apr/include/apr_tables.h
Index: apr_tables.h
===================================================================
RCS file: /home/cvs/apr/include/apr_tables.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- apr_tables.h 2001/07/07 07:49:16 1.20
+++ apr_tables.h 2001/07/07 18:43:31 1.21
@@ -364,7 +364,7 @@
/**
* Iterate over a table running the provided function once for every
* element in the table. If there is data passed in as a vararg, then the
- * function is only run on those element's whose key matches something in
+ * function is only run on those elements whose key matches something in
* the vararg. If the vararg is NULL, then every element is run through the
* function. Iteration continues while the function returns non-zero.
* @param comp The function to run