From 2d8e7dfc672d761f98c85af9b6a5e68ad0414df8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Jun 2023 13:50:41 +0100 Subject: [PATCH] Typo --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 2ad5534a3..04a4bfe9a 100644 --- a/inbox.py +++ b/inbox.py @@ -626,7 +626,7 @@ def _deny_non_follower(base_dir: str, nickname: str, domain: str, sending_actor: str): """Returns true if replying to an account which is not a follower. This only applies if 'Only replies from followers' is selected on - the edit profile secreen + the edit profile screen """ # Is this a reply to something written from this account? if reply_nickname != nickname or reply_domain != domain: