jorton 2004/03/20 07:49:57 Modified: include Tag: APR_0_9_BRANCH apr_file_info.h Log: * include/apr_file_info.h: Fix spellos. Revision Changes Path No revision No revision 1.40.2.4 +1 -1 apr/include/apr_file_info.h Index: apr_file_info.h =================================================================== RCS file: /home/cvs/apr/include/apr_file_info.h,v retrieving revision 1.40.2.3 retrieving revision 1.40.2.4 diff -w -d -u -r1.40.2.3 -r1.40.2.4 --- apr_file_info.h 6 Mar 2004 18:02:16 -0000 1.40.2.3 +++ apr_file_info.h 20 Mar 2004 15:49:57 -0000 1.40.2.4 @@ -219,7 +219,7 @@ * @param fname The name of the file to stat. * @param wanted The desired apr_finfo_t fields, as a bit flag of APR_FINFO_ values * @param cont the pool to use to allocate the new file. - * @deprecated This function is depreciated, it's equivilant to calling apr_stat with + * @deprecated This function is deprecated, it's equivalent to calling apr_stat with * the wanted flag value APR_FINFO_LINK */ APR_DECLARE(apr_status_t) apr_lstat(apr_finfo_t *finfo, const char *fname,