typo fixed

This commit is contained in:
gpkvt 2022-08-25 11:24:44 +02:00
parent 51a36b2a1b
commit 99d9209299

2
tts.py
View file

@ -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: