Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyttsx/drivers/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down