From feb5d94cab6322cf597cbbb37149adecc694bb1c Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Fri, 25 Jul 2008 12:27:49 +0000 Subject: [PATCH] Corrected misspelled word in comment text git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679779 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/solr/spelling/SolrSpellChecker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/solr/spelling/SolrSpellChecker.java b/src/java/org/apache/solr/spelling/SolrSpellChecker.java index bfe14644b65..4d1f01711c0 100644 --- a/src/java/org/apache/solr/spelling/SolrSpellChecker.java +++ b/src/java/org/apache/solr/spelling/SolrSpellChecker.java @@ -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);