Index: srclib/apr/tables/apr_tables.c =================================================================== RCS file: /home/cvspublic/apr/tables/apr_tables.c,v retrieving revision 1.46 diff -u -r1.46 apr_tables.c --- srclib/apr/tables/apr_tables.c 1 Jan 2003 00:01:55 -0000 1.46 +++ srclib/apr/tables/apr_tables.c 31 Mar 2003 04:46:52 -0000 @@ -361,7 +361,7 @@ struct apr_table_t { /* This has to be first to promote backwards compatibility with * older modules which cast a apr_table_t * to an apr_array_header_t *... - * they should use the table_elts() function for most of the + * they should use the apr_table_elts() function for most of the * cases they do this for. */ /** The underlying array for the table */
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
