summary refs log tree commit diff
path: root/synapse/storage/events.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-01-20 15:05:11 +0000
committerErik Johnston <erik@matrix.org>2017-01-20 15:05:11 +0000
commitd0897dead575b3b8c1adac2f8d18a33a4be8e793 (patch)
treed9af48af6d80cfc20ef9459179f7f6359cd9e402 /synapse/storage/events.py
parentUpdate all call sites after rename (diff)
downloadsynapse-d0897dead575b3b8c1adac2f8d18a33a4be8e793.tar.xz
Spelling
Diffstat (limited to '')
-rw-r--r--synapse/storage/events.py2
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.