Fix typo in comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2015-07-11 01:36:08 +00:00
parent a6301dd900
commit c1d7790789
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class SuggestComponent extends SearchComponent implements SolrCoreAware,
}
}
/** Responsible for issuing build and rebload command to the specified {@link SolrSuggester} */
/** Responsible for issuing build and rebuild command to the specified {@link SolrSuggester} */
@Override
public void prepare(ResponseBuilder rb) throws IOException {
SolrParams params = rb.req.getParams();