summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-06-05 08:43:21 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-06-05 08:43:21 -0400
commitf1e61ef85c66e4a3375108e5d9a5bad9f836f564 (patch)
tree6588f0ce8dd51890b70fbd7dd8ca39ca9339e65e /synapse/replication
parentAllow new users to be registered via the admin API even if the monthly active... (diff)
downloadsynapse-f1e61ef85c66e4a3375108e5d9a5bad9f836f564.tar.xz
Typo fixes.
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/tcp/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/client.py b/synapse/replication/tcp/client.py
index 508ad1b720..df29732f51 100644
--- a/synapse/replication/tcp/client.py
+++ b/synapse/replication/tcp/client.py
@@ -171,7 +171,7 @@ class ReplicationDataHandler:
                     pass
             else:
                 # The list is sorted by position so we don't need to continue
-                # checking any futher entries in the list.
+                # checking any further entries in the list.
                 index_of_first_deferred_not_called = idx
                 break