Skip to content

Commit

Permalink
typo fix for "blacklist"
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffschaller authored Apr 18, 2024
1 parent 3bfa11b commit 476a50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 476a50e

Please sign in to comment.