From b35366eeb9237ec304102ccd8d66a0a5a7ab5ba1 Mon Sep 17 00:00:00 2001 From: Jeff Schaller <17769792+jeffschaller@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:47:35 -0400 Subject: [PATCH] typo fix for "returm" --- chatcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatcommands.py b/chatcommands.py index 2b1b9cdb3c..6c4d6e7762 100644 --- a/chatcommands.py +++ b/chatcommands.py @@ -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