From fdf2a31a51874d5a42087caa88a08d46161801f1 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 23 Jan 2017 16:14:14 +0000 Subject: [PATCH] Typo --- synapse/storage/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/storage/events.py b/synapse/storage/events.py index 599db4c9f0..8712d7e18c 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.py @@ -379,7 +379,7 @@ class EventsStore(SQLBaseStore): Returns: 2-tuple (to_delete, to_insert) where both are state dicts, i.e. - (type, state_key) -> event_id. `to_delete` are the entreis to + (type, state_key) -> event_id. `to_delete` are the entries to first be deleted from current_state_events, `to_insert` are entries to insert. May return None if there are no changes to be applied.