Update spell_check.py

This commit is contained in:
chrys87 2016-09-06 14:04:07 +02:00 committed by GitHub
parent 5b734dee9e
commit ad9cf0fd0e

View File

@ -37,7 +37,7 @@ class command():
if currWord != '': if currWord != '':
if not self.spellChecker.check(currWord): if not self.spellChecker.check(currWord):
environment['runtime']['outputManager'].presentText(environment, 'misspelled', interrupt=True) environment['runtime']['outputManager'].presentText(environment, 'misspelled',soundIcon='mispell', interrupt=True)
return environment return environment
def setCallback(self, callback): def setCallback(self, callback):