From f6c73864c5851235fa26689f614bd6af0d347c9e Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 5 Aug 2019 21:39:01 +0200 Subject: Fix typo in bot/cogs/error_handler.py. Originally authored by @MarkKoz. Co-Authored-By: Mark --- bot/cogs/error_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/error_handler.py b/bot/cogs/error_handler.py index 62e2e2d7b..5033c95cf 100644 --- a/bot/cogs/error_handler.py +++ b/bot/cogs/error_handler.py @@ -19,7 +19,7 @@ log = logging.getLogger(__name__) class ErrorHandler: - """Handles errors emttted from commands.""" + """Handles errors emitted from commands.""" def __init__(self, bot: Bot): self.bot = bot -- cgit v1.2.3