diff --git a/synapse/handlers/relations.py b/synapse/handlers/relations.py index 2ac1aa0ec435..e96f9999a8d6 100644 --- a/synapse/handlers/relations.py +++ b/synapse/handlers/relations.py @@ -566,7 +566,7 @@ async def _fetch_edits() -> None: for event_id, edit in edits.items(): results.setdefault(event_id, BundledAggregations()).replace = edit - # Parallelize the calls for annotations, references, ane edits since they + # Parallelize the calls for annotations, references, and edits since they # are unrelated. await make_deferred_yieldable( gather_results(