diff options
author | Erik Johnston <erik@matrix.org> | 2017-01-20 15:05:11 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-01-20 15:05:11 +0000 |
commit | d0897dead575b3b8c1adac2f8d18a33a4be8e793 (patch) | |
tree | d9af48af6d80cfc20ef9459179f7f6359cd9e402 /synapse/storage/events.py | |
parent | Update all call sites after rename (diff) | |
download | synapse-d0897dead575b3b8c1adac2f8d18a33a4be8e793.tar.xz |
Spelling
Diffstat (limited to 'synapse/storage/events.py')
-rw-r--r-- | synapse/storage/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py index 82351f38a5..6160949f32 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.py @@ -363,7 +363,7 @@ class EventsStore(SQLBaseStore): @defer.inlineCallbacks def _calculate_new_extremeties(self, room_id, events): - """Caculates the new forward extremeties for a room given events to + """Calculates the new forward extremeties for a room given events to persist. Assumes that we are only persisting events for one room at a time. |