Update 62000-spell_check.py

This commit is contained in:
chrys87 2016-09-06 14:01:49 +02:00 committed by GitHub
parent c2b128e91c
commit 5b734dee9e

View File

@ -57,7 +57,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):