Fix typo in Hunspell logging

This commit is contained in:
Clinton Gormley 2014-07-09 15:56:07 +02:00
parent 73b9d37064
commit d0441857cd
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {