From 476a50eecb1744c254042c98e70c5ce44e6f06a7 Mon Sep 17 00:00:00 2001 From: Jeff Schaller <17769792+jeffschaller@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:38:35 -0400 Subject: [PATCH] typo fix for "blacklist" --- chatcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatcommands.py b/chatcommands.py index 4f61945cbc..2b1b9cdb3c 100644 --- a/chatcommands.py +++ b/chatcommands.py @@ -2520,7 +2520,7 @@ def false(feedback, msg, comment, alias_used="false"): result = "Registered " + post_type + " as false positive" if user is None: if feedback_type.blacklist: - # The command was to bloacklist the user, but we're unable to determine the user. + # The command was to blacklist the user, but we're unable to determine the user. raise CmdException(result + ', but could not get user from URL: `{0!r}`'.format(owner_url)) else: if feedback_type.blacklist: