javadoc spell fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-09-18 16:29:57 +00:00
parent ec0c376c45
commit 12d36a1fda
1 changed files with 1 additions and 1 deletions

View File

@ -2684,7 +2684,7 @@ public class IndexWriter {
* Requests an "optimize" operation on an index, priming the index * Requests an "optimize" operation on an index, priming the index
* for the fastest available search. Traditionally this has meant * for the fastest available search. Traditionally this has meant
* merging all segments into a single segment as is done in the * merging all segments into a single segment as is done in the
* default merge policy, but individaul merge policies may implement * default merge policy, but individual merge policies may implement
* optimize in different ways. * optimize in different ways.
* *
* <p>It is recommended that this method be called upon completion of indexing. In * <p>It is recommended that this method be called upon completion of indexing. In