diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-09-14 11:46:58 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-14 11:46:58 -0400 |
commit | d2a3eb04a49d83485c53e677e4934f7f5491330e (patch) | |
tree | 68bb25bd7b1a3bbb3496f1570c60e28554a1dd30 /synapse/replication/tcp | |
parent | Add the topic and avatar to the room details admin API (#8305) (diff) | |
download | synapse-d2a3eb04a49d83485c53e677e4934f7f5491330e.tar.xz |
Fix typos in comments.
Diffstat (limited to 'synapse/replication/tcp')
-rw-r--r-- | synapse/replication/tcp/resource.py | 2 |
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 |