summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-29 02:14:40 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-29 02:14:40 +0100
commit5b68f29f48acfa45e671af1fb325d0c0d532f3d6 (patch)
tree86acf2fb513bf7ba3790b375258ac4e8017f26e6 /synapse/storage
parentfix UTs (diff)
downloadsynapse-5b68f29f48acfa45e671af1fb325d0c0d532f3d6.tar.xz
fix thinkos
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/directory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/directory.py b/synapse/storage/directory.py
index cfb687cb53..61a029a53c 100644
--- a/synapse/storage/directory.py
+++ b/synapse/storage/directory.py
@@ -90,7 +90,7 @@ class DirectoryWorkerStore(SQLBaseStore):
 class DirectoryStore(DirectoryWorkerStore):
     @defer.inlineCallbacks
     def create_room_alias_association(self, room_alias, room_id, servers, creator=None):
-        """ Creates an associatin between  a room alias and room_id/servers
+        """ Creates an association between a room alias and room_id/servers
 
         Args:
             room_alias (RoomAlias)