typo fixed

This commit is contained in:
gpkvt 2022-08-25 11:24:44 +02:00
parent 01d4ca72e9
commit 423a0a4493
1 changed files with 1 additions and 1 deletions

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: