summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-11-06 00:24:35 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2014-11-06 00:24:35 +0100
commit9f7f0b01e5531bcce0eba61c37e972a566850798 (patch)
treed5544629735634830ad4b795a0bb5c49acc1c540
parent9f806f6f842a479d40438751f3c88017ecd7193d (diff)
downloadjasper-client-9f7f0b01e5531bcce0eba61c37e972a566850798.tar.gz
jasper-client-9f7f0b01e5531bcce0eba61c37e972a566850798.zip
Fix typo in logging output
-rw-r--r--client/mic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mic.py b/client/mic.py
index ceebaae..401cddb 100644
--- a/client/mic.py
+++ b/client/mic.py
@@ -31,7 +31,7 @@ class Mic:
self.passive_stt_engine = passive_stt_engine
self.active_stt_engine = active_stt_engine
self._logger.info("Initializing PyAudio. ALSA/Jack error messages " +
- "that pop up during this process are normal an " +
+ "that pop up during this process are normal and " +
"can usually be safely ignored.")
self._audio = pyaudio.PyAudio()
self._logger.info("Initialization of PyAudio completed.")