Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 60072 invoked from network); 11 Jun 2010 15:06:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jun 2010 15:06:48 -0000 Received: (qmail 78882 invoked by uid 500); 11 Jun 2010 15:06:48 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 78836 invoked by uid 500); 11 Jun 2010 15:06:47 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 78829 invoked by uid 99); 11 Jun 2010 15:06:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 15:06:47 +0000 X-ASF-Spam-Status: No, hits=-1393.0 required=10.0 tests=ALL_TRUSTED,AWL 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; Fri, 11 Jun 2010 15:06:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E7AEF238897A; Fri, 11 Jun 2010 15:06:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r953713 - /lucene/java/branches/lucene_3_0/CHANGES.txt Date: Fri, 11 Jun 2010 15:06:04 -0000 To: java-commits@lucene.apache.org From: uschindler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100611150604.E7AEF238897A@eris.apache.org> Author: uschindler Date: Fri Jun 11 15:06:04 2010 New Revision: 953713 URL: http://svn.apache.org/viewvc?rev=953713&view=rev Log: fix typo Modified: lucene/java/branches/lucene_3_0/CHANGES.txt Modified: lucene/java/branches/lucene_3_0/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/CHANGES.txt?rev=953713&r1=953712&r2=953713&view=diff ============================================================================== --- lucene/java/branches/lucene_3_0/CHANGES.txt (original) +++ lucene/java/branches/lucene_3_0/CHANGES.txt Fri Jun 11 15:06:04 2010 @@ -109,7 +109,7 @@ API Changes Optimizations * LUCENE-2494: Use CompletionService in ParallelMultiSearcher instead of - simple polling for resutls. (Edward Drapkin, Simon Willnauer) + simple polling for results. (Edward Drapkin, Simon Willnauer) * LUCENE-2135: On IndexReader.close, forcefully evict any entries from the FieldCache rather than waiting for the WeakHashMap to release