summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-05-13 14:42:25 +0100
committerErik Johnston <erik@matrix.org>2016-05-13 14:42:25 +0100
commit0c11c1be884d69bf0d45b6d1f55a71861e16ee8f (patch)
tree0c9543b3f740c9e52dc6482fc7924e9af968ed53 /synapse
parentFixup add_pusher (diff)
downloadsynapse-0c11c1be884d69bf0d45b6d1f55a71861e16ee8f.tar.xz
Spelling
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py
index 258b251141..e0d7098692 100644
--- a/synapse/storage/_base.py
+++ b/synapse/storage/_base.py
@@ -455,7 +455,7 @@ class SQLBaseStore(object):
             insertion_values (dict): key/values to use when inserting
         Returns:
             Deferred(bool): True if a new entry was created, False if an
-                exisitng one was updated.
+                existing one was updated.
         """
         return self.runInteraction(
             desc,