diff --git a/pyttsx/drivers/dummy.py b/pyttsx/drivers/dummy.py index f717831..2bcfe9c 100644 --- a/pyttsx/drivers/dummy.py +++ b/pyttsx/drivers/dummy.py @@ -92,7 +92,7 @@ def endLoop(self): ''' Stops a previously started run loop. - @precondition: A previous call to L{startLoop} suceeded and there was + @precondition: A previous call to L{startLoop} succeeded and there was no intervening call to L{endLoop}. ''' self._looping = False @@ -151,7 +151,7 @@ def stop(self): def getProperty(self, name): ''' - Gets a property value of the speech engine. The suppoted properties + Gets a property value of the speech engine. The supported properties and their values are: voices: List of L{voice.Voice} objects supported by the driver