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:25:22 UTC

svn commit: r1062452 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/CHANGES.txt solr/

Author: mikemccand
Date: Sun Jan 23 15:25:22 2011
New Revision: 1062452

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

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/CHANGES.txt
    lucene/dev/branches/branch_3x/solr/   (props changed)

Modified: lucene/dev/branches/branch_3x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/CHANGES.txt?rev=1062452&r1=1062451&r2=1062452&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/CHANGES.txt Sun Jan 23 15:25:22 2011
@@ -355,8 +355,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