diff --git a/tts.py b/tts.py index 1d5712c..d057cfd 100644 --- a/tts.py +++ b/tts.py @@ -734,7 +734,7 @@ class IRC: converted_picks = [str(element) for element in picks] joined_picks = " ".join(converted_picks) except: # pylint: disable=bare-except - logging.error("There was an eroor during picking.") + logging.error("There was an error during picking.") joined_picks = False if joined_picks: