Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 31460 invoked from network); 4 Sep 2007 09:42:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 09:42:41 -0000 Received: (qmail 68745 invoked by uid 500); 4 Sep 2007 09:42:36 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 68711 invoked by uid 500); 4 Sep 2007 09:42:36 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 68700 invoked by uid 99); 4 Sep 2007 09:42:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 02:42:36 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 09:43:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CC0A01A9832; Tue, 4 Sep 2007 02:42:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r572593 - /apr/apr/trunk/misc/unix/errorcodes.c Date: Tue, 04 Sep 2007 09:42:18 -0000 To: commits@apr.apache.org From: martin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070904094218.CC0A01A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: martin Date: Tue Sep 4 02:42:17 2007 New Revision: 572593 URL: http://svn.apache.org/viewvc?rev=572593&view=rev Log: This message no verb. Modified: apr/apr/trunk/misc/unix/errorcodes.c Modified: apr/apr/trunk/misc/unix/errorcodes.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/misc/unix/errorcodes.c?rev=572593&r1=572592&r2=572593&view=diff ============================================================================== --- apr/apr/trunk/misc/unix/errorcodes.c (original) +++ apr/apr/trunk/misc/unix/errorcodes.c Tue Sep 4 02:42:17 2007 @@ -125,7 +125,7 @@ case APR_EABOVEROOT: return "The given path was above the root path"; case APR_EBADPATH: - return "The given path misformatted or contained invalid characters"; + return "The given path is misformatted or contained invalid characters"; case APR_EPATHWILD: return "The given path contained wildcard characters"; case APR_EPROC_UNKNOWN: