Skip to content

Commit

Permalink
typo fix for "returm"
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffschaller authored Apr 18, 2024
1 parent 971b19f commit b35366e
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 @@ -2343,7 +2343,7 @@ def report_posts(urls, reported_by_owner, reported_in=None, blacklist_by=None, o
# be the why as the second. This converts that output back into what they would be
# if the post wasn't previously reported for the cases where we want to process it
# as such.
# Expand real scan results from dirty returm value when not "!!/scan"
# Expand real scan results from dirty return value when not "!!/scan"
# Presence of "scan_why" indicates the post IS spam but ignored
if (operation != "scan" or is_forced) and (not scan_spam) and scan_why:
scan_spam = True
Expand Down

0 comments on commit b35366e

Please sign in to comment.