fix typo
This commit is contained in:
parent
010b9b4e06
commit
e2471096b8
@ -23,7 +23,7 @@ class command():
|
|||||||
pass
|
pass
|
||||||
def getDescription(self, environment):
|
def getDescription(self, environment):
|
||||||
return 'No Description found'
|
return 'No Description found'
|
||||||
def updateSpellLanguage(self, environment):
|
def updateSpellLanguage(self, environment):
|
||||||
self.spellChecker = enchant.Dict(environment['runtime']['settingsManager'].getSetting(environment, 'general', 'spellCheckLanguage'))
|
self.spellChecker = enchant.Dict(environment['runtime']['settingsManager'].getSetting(environment, 'general', 'spellCheckLanguage'))
|
||||||
self.language = environment['runtime']['settingsManager'].getSetting(environment, 'general', 'spellCheckLanguage')
|
self.language = environment['runtime']['settingsManager'].getSetting(environment, 'general', 'spellCheckLanguage')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user