Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 54910 invoked from network); 20 Mar 2004 15:49:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Mar 2004 15:49:58 -0000 Received: (qmail 29478 invoked by uid 500); 20 Mar 2004 15:49:53 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 29363 invoked by uid 500); 20 Mar 2004 15:49:52 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 29350 invoked from network); 20 Mar 2004 15:49:52 -0000 Date: 20 Mar 2004 15:49:57 -0000 Message-ID: <20040320154957.54843.qmail@minotaur.apache.org> From: jorton@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_file_info.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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,