fix typos

This commit is contained in:
chrys
2016-09-28 22:00:51 +02:00
parent 23a96914a1
commit 5551d19ed4
8 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ class command():
return 'No Description found'
def run(self):
if not self.env['runtime']['settingsManager'].getSettingAsBool('speech', 'autoReadIncomming'):
if not self.env['runtime']['settingsManager'].getSettingAsBool('speech', 'autoReadIncoming'):
return
# is there something to read?
if self.env['screenData']['newDelta'] == '':