Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3fe8160

Browse files
clokeperikjohnston
andcommitted
Fix typo.
Co-authored-by: Erik Johnston <[email protected]>
1 parent 0c342f9 commit 3fe8160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/handlers/relations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ async def _fetch_edits() -> None:
566566
for event_id, edit in edits.items():
567567
results.setdefault(event_id, BundledAggregations()).replace = edit
568568

569-
# Parallelize the calls for annotations, references, ane edits since they
569+
# Parallelize the calls for annotations, references, and edits since they
570570
# are unrelated.
571571
await make_deferred_yieldable(
572572
gather_results(

0 commit comments

Comments
 (0)