From e1943d1353e40135ac172ecb658a6c774714cff1 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 3 Feb 2021 23:24:53 +1100 Subject: [PATCH] Typo fix in a comment: subequently -> subsequently. (#8988) --- synapse/visibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/visibility.py b/synapse/visibility.py index ec50e7e97..4a5df293a 100644 --- a/synapse/visibility.py +++ b/synapse/visibility.py @@ -233,7 +233,7 @@ async def filter_events_for_client( elif visibility == HistoryVisibility.SHARED and is_peeking: # if the visibility is shared, users cannot see the event unless - # they have *subequently* joined the room (or were members at the + # they have *subsequently* joined the room (or were members at the # time, of course) # # XXX: if the user has subsequently joined and then left again,