Corrected spelling in the inc_speech_rate command description.

This commit is contained in:
Jeremiah Ticket 2016-09-28 13:19:17 -08:00
parent bf930d537e
commit ad51b15f85

View File

@ -15,7 +15,7 @@ class command():
def shutdown(self): def shutdown(self):
pass pass
def getDescription(self): def getDescription(self):
return 'increase the speech rat' return 'increase the speech rate'
def run(self): def run(self):
value = self.env['runtime']['settingsManager'].getSettingAsFloat('speech', 'rate') value = self.env['runtime']['settingsManager'].getSettingAsFloat('speech', 'rate')