Corrected spelling in the inc_speech_rate command description.
This commit is contained in:
parent
bf930d537e
commit
ad51b15f85
@ -15,7 +15,7 @@ class command():
|
||||
def shutdown(self):
|
||||
pass
|
||||
def getDescription(self):
|
||||
return 'increase the speech rat'
|
||||
return 'increase the speech rate'
|
||||
|
||||
def run(self):
|
||||
value = self.env['runtime']['settingsManager'].getSettingAsFloat('speech', 'rate')
|
||||
|
Loading…
Reference in New Issue
Block a user