summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-09-14 11:46:58 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-09-14 11:46:58 -0400
commitd2a3eb04a49d83485c53e677e4934f7f5491330e (patch)
tree68bb25bd7b1a3bbb3496f1570c60e28554a1dd30 /synapse/replication
parentAdd the topic and avatar to the room details admin API (#8305) (diff)
downloadsynapse-d2a3eb04a49d83485c53e677e4934f7f5491330e.tar.xz
Fix typos in comments.
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/tcp/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/resource.py b/synapse/replication/tcp/resource.py

index 04d894fb3d..687984e7a8 100644 --- a/synapse/replication/tcp/resource.py +++ b/synapse/replication/tcp/resource.py
@@ -93,7 +93,7 @@ class ReplicationStreamer: """ if not self.command_handler.connected(): # Don't bother if nothing is listening. We still need to advance - # the stream tokens otherwise they'll fall beihind forever + # the stream tokens otherwise they'll fall behind forever for stream in self.streams: stream.discard_updates_and_advance() return