You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ma...@apache.org on 2009/08/12 03:33:31 UTC

svn commit: r803343 - /lucene/java/trunk/CHANGES.txt

Author: markrmiller
Date: Wed Aug 12 01:33:30 2009
New Revision: 803343

URL: http://svn.apache.org/viewvc?rev=803343&view=rev
Log:
fix typo

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=803343&r1=803342&r2=803343&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Aug 12 01:33:30 2009
@@ -295,7 +295,7 @@
     NumericRangeQuery and its new indexing format for numeric or
     date values.  (Uwe Schindler)
     
-24. LUCENE-1630, LUCENE-1771: Weight is now an abstract class, andd adds
+24. LUCENE-1630, LUCENE-1771: Weight is now an abstract class, and adds
     a scorer(IndexReader, boolean /* scoreDocsInOrder */, boolean /*
     topScorer */) method instead of scorer(IndexReader). IndexSearcher uses 
     this method to obtain a scorer matching the capabilities of the Collector