summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2021-02-03 23:24:53 +1100
committerGitHub <noreply@github.com>2021-02-03 07:24:53 -0500
commite1943d1353e40135ac172ecb658a6c774714cff1 (patch)
treea9a81449644701ef2162ef975bc318306cf0d67a
parentConvert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240) (diff)
downloadsynapse-e1943d1353e40135ac172ecb658a6c774714cff1.tar.xz
Typo fix in a comment: subequently -> subsequently. (#8988)
-rw-r--r--synapse/visibility.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/visibility.py b/synapse/visibility.py
index ec50e7e977..4a5df293a4 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,