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):
|
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')
|
||||||
|
Loading…
Reference in New Issue
Block a user