From 99d9209299067ca10e1f575f8517751737d0ce3c Mon Sep 17 00:00:00 2001 From: gpkvt Date: Thu, 25 Aug 2022 11:24:44 +0200 Subject: [PATCH] typo fixed --- tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: