From 3613071e440deb74946114dd519e2121087913e2 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 6 Oct 2020 17:21:27 +0100 Subject: [PATCH] Fix typo Co-authored-by: Patrick Cloke --- synapse/handlers/federation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py index 0c23394c44..3e4458a0ad 100644 --- a/synapse/handlers/federation.py +++ b/synapse/handlers/federation.py @@ -2967,7 +2967,7 @@ class FederationHandler(BaseHandler): else: assert self.storage.persistence - # Note that this returns the events that wer persisted, which may not be + # Note that this returns the events that were persisted, which may not be # the same as we passed in if some were deduplicated due transaction IDs. events, max_stream_token = await self.storage.persistence.persist_events( event_and_contexts, backfilled=backfilled