spell fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-06-21 15:15:11 +00:00
parent 85cbe4e316
commit c6bd141f11
1 changed files with 1 additions and 1 deletions

View File

@ -2841,7 +2841,7 @@ public class IndexWriter implements Closeable {
* starting index (see {@link #optimize()} for details).
*
* <p>
* <b>NOTE:</b> this method only copies the segments of the incomning indexes
* <b>NOTE:</b> this method only copies the segments of the incoming indexes
* and does not merge them. Therefore deleted documents are not removed and
* the new segments are not merged with the existing ones. Also, the segments
* are copied as-is, meaning they are not converted to CFS if they aren't,