From 423a0a4493c68ed58bf24d6a8888f41d6ac0d573 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: