Fix typo in Hunspell logging
This commit is contained in:
parent
73b9d37064
commit
d0441857cd
|
@ -140,7 +140,7 @@ public class HunspellService extends AbstractComponent {
|
|||
*/
|
||||
private Dictionary loadDictionary(String locale, Settings nodeSettings, Environment env) throws Exception {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Loading huspell dictionary [{}]...", locale);
|
||||
logger.debug("Loading hunspell dictionary [{}]...", locale);
|
||||
}
|
||||
File dicDir = new File(hunspellDir, locale);
|
||||
if (!dicDir.exists() || !dicDir.isDirectory()) {
|
||||
|
|
Loading…
Reference in New Issue