Fix typos in comments.

This commit is contained in:
Patrick Cloke 2020-09-14 11:46:58 -04:00
parent b82d68c0bd
commit d2a3eb04a4
5 changed files with 6 additions and 6 deletions

View file

@ -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