Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 86717 invoked from network); 23 Sep 2003 22:28:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Sep 2003 22:28:53 -0000 Received: (qmail 69227 invoked by uid 500); 23 Sep 2003 22:28:40 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 69130 invoked by uid 500); 23 Sep 2003 22:28:39 -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 69112 invoked from network); 23 Sep 2003 22:28:39 -0000 Date: 23 Sep 2003 22:28:52 -0000 Message-ID: <20030923222852.86686.qmail@minotaur.apache.org> From: brane@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_errno.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 brane 2003/09/23 15:28:52 Modified: include apr_errno.h Log: Fixed my own typo from way back when. Revision Changes Path 1.113 +1 -1 apr/include/apr_errno.h Index: apr_errno.h =================================================================== RCS file: /home/cvs/apr/include/apr_errno.h,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- apr_errno.h 5 Mar 2003 21:22:25 -0000 1.112 +++ apr_errno.h 23 Sep 2003 22:28:52 -0000 1.113 @@ -314,7 +314,7 @@ * @warning For any particular error condition, more than one of these tests * may match. This is because platform-specific error codes may not * always match the semantics of the POSIX codes these tests (and the - * correcponding APR error codes) are named after. A notable example + * corresponding APR error codes) are named after. A notable example * are the APR_STATUS_IS_ENOENT and APR_STATUS_IS_ENOTDIR tests on * Win32 platforms. The programmer should always be aware of this and * adjust the order of the tests accordingly.