Corrected misspelled word in comment text

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-07-25 12:27:49 +00:00
parent 68c59ccb8f
commit feb5d94cab
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public abstract class SolrSpellChecker {
public abstract void reload() throws IOException;
/**
* (re)Build The Spelling index. May be a NOOP if the ipmlementation doesn't require building, or can't be rebuilt
* (re)Build The Spelling index. May be a NOOP if the implementation doesn't require building, or can't be rebuilt
*/
public abstract void build(SolrCore core, SolrIndexSearcher searcher);