fix typo in CHANGES

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-01-23 15:24:33 +00:00
parent a58d5763bc
commit 29fd9b86c0
1 changed files with 2 additions and 2 deletions

View File

@ -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