diff options
| -rw-r--r-- | client/mic.py | 2 |
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.") |
