Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 29246 invoked from network); 8 Nov 2010 16:53:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 16:53:24 -0000 Received: (qmail 74596 invoked by uid 500); 8 Nov 2010 16:53:55 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 74528 invoked by uid 500); 8 Nov 2010 16:53:54 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 74521 invoked by uid 99); 8 Nov 2010 16:53:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 16:53:54 +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; Mon, 08 Nov 2010 16:53:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2827B23889E0; Mon, 8 Nov 2010 16:52:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1032637 - /couchdb/trunk/test/etap/021-btree-reductions.t Date: Mon, 08 Nov 2010 16:52:38 -0000 To: commits@couchdb.apache.org From: davisp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101108165238.2827B23889E0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davisp Date: Mon Nov 8 16:52:37 2010 New Revision: 1032637 URL: http://svn.apache.org/viewvc?rev=1032637&view=rev Log: Fixed a couple typos. Modified: couchdb/trunk/test/etap/021-btree-reductions.t Modified: couchdb/trunk/test/etap/021-btree-reductions.t URL: http://svn.apache.org/viewvc/couchdb/trunk/test/etap/021-btree-reductions.t?rev=1032637&r1=1032636&r2=1032637&view=diff ============================================================================== --- couchdb/trunk/test/etap/021-btree-reductions.t (original) +++ couchdb/trunk/test/etap/021-btree-reductions.t Mon Nov 8 16:52:37 2010 @@ -106,7 +106,7 @@ test()-> (_) -> false end, couch_btree:fold_reduce(Btree2, FoldFun, [], [{dir, fwd}, {key_group_fun, GroupFun}, {start_key, SK1}, {end_key, EK1}]), - "Reducing foward over first half works with a startkey and endkey." + "Reducing forward over first half works with a startkey and endkey." ), etap:fun_is( @@ -115,7 +115,7 @@ test()-> (_) -> false end, couch_btree:fold_reduce(Btree2, FoldFun, [], [{dir, fwd}, {key_group_fun, GroupFun}, {start_key, SK2}, {end_key, EK2}]), - "Reducing foward over second half works with second startkey and endkey" + "Reducing forward over second half works with second startkey and endkey" ), etap:fun_is(