summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/stt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/stt.py b/client/stt.py
index fa960ce..fc874f2 100644
--- a/client/stt.py
+++ b/client/stt.py
@@ -250,7 +250,7 @@ class GoogleSTT(AbstractSTTEngine):
return diagnose.check_network_connection()
-class ATandTSTT(AbstractSTTEngine):
+class AttSTT(AbstractSTTEngine):
"""
Speech-To-Text implementation which relies on the AT&T Speech API.