You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/01/23 16:24:34 UTC

svn commit: r1062451 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: mikemccand
Date: Sun Jan 23 15:24:33 2011
New Revision: 1062451

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

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1062451&r1=1062450&r2=1062451&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sun Jan 23 15:24:33 2011
@@ -679,8 +679,8 @@ Bug fixes
 * LUCENE-2584: SegmentInfo.files() could hit ConcurrentModificationException if
   called by multiple threads. (Alexander Kanarsky via Shai Erera)
 
-* LUCENE-2809: Fixed IndexWriter.numDocs to take into account take
-  into account applied but not yet flushed deletes.  (Mike McCandless)
+* LUCENE-2809: Fixed IndexWriter.numDocs to take into account
+  applied but not yet flushed deletes.  (Mike McCandless)
 
 New features