mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:26:01 -04:00
Fix typos in comments.
This commit is contained in:
parent
b82d68c0bd
commit
d2a3eb04a4
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue