Return-Path: Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: (qmail 57096 invoked from network); 29 Jun 2010 17:47:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 17:47:13 -0000 Received: (qmail 24397 invoked by uid 500); 29 Jun 2010 17:47:13 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 24381 invoked by uid 500); 29 Jun 2010 17:47:12 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 24374 invoked by uid 99); 29 Jun 2010 17:47:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:47:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:47:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5D9D523888CE; Tue, 29 Jun 2010 17:46:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r959050 - /subversion/trunk/subversion/libsvn_wc/wc_db.h Date: Tue, 29 Jun 2010 17:46:17 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100629174617.5D9D523888CE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: julianfoad Date: Tue Jun 29 17:46:17 2010 New Revision: 959050 URL: http://svn.apache.org/viewvc?rev=959050&view=rev Log: * subversion/libsvn_wc/wc_db.h (svn_wc__db_pristine_get_path): Typo fix. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=959050&r1=959049&r2=959050&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_wc/wc_db.h (original) +++ subversion/trunk/subversion/libsvn_wc/wc_db.h Tue Jun 29 17:46:17 2010 @@ -889,7 +889,7 @@ typedef enum { ### This is temporary - callers should not be looking at the file directly. - Allocate the stream in RESULT_POOL. */ + Allocate the path in RESULT_POOL. */ svn_error_t * svn_wc__db_pristine_get_path(const char **pristine_abspath, svn_wc__db_t *db,