summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-11-03 14:27:35 +0000
committerMark Haines <mark.haines@matrix.org>2015-11-03 14:27:35 +0000
commit5897e773fd50733fa448b36275130e5441d36f31 (patch)
treeb2eb7f72a4c558df74a8c6454a55554272d9a57d /synapse
parentInclude room tags in v2 /sync (diff)
downloadsynapse-5897e773fd50733fa448b36275130e5441d36f31.tar.xz
Spell "deferred" more correctly
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/tags.py b/synapse/storage/tags.py

index 34aa38c06a..641ea250f0 100644 --- a/synapse/storage/tags.py +++ b/synapse/storage/tags.py
@@ -156,7 +156,7 @@ class TagsStore(SQLBaseStore): def remove_tag_from_room(self, user_id, room_id, tag): """Remove a tag from a room for a user. Returns: - A deffered that completes once the tag has been removed + A deferred that completes once the tag has been removed """ def remove_tag_txn(txn, next_id): sql = (