summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriksch@gmail.com>2019-07-18 16:14:22 +0100
committerJorik Schellekens <joriks@matrix.org>2019-07-18 16:49:57 +0100
commit4776528a3f583fc5ad434144bebd6c10d171fdf5 (patch)
tree2cc5f3fe57d205e57c9d6c83b749c47ce2803eb1
parentnewsfile (diff)
downloadsynapse-4776528a3f583fc5ad434144bebd6c10d171fdf5.tar.xz
typo
Co-Authored-By: Erik Johnston <erik@matrix.org>
-rw-r--r--synapse/handlers/e2e_keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/e2e_keys.py b/synapse/handlers/e2e_keys.py

index ca53b20321..4c9124b7bd 100644 --- a/synapse/handlers/e2e_keys.py +++ b/synapse/handlers/e2e_keys.py
@@ -137,7 +137,7 @@ class E2eKeysHandler(object): opentracing.set_tag("key_query", destination_query) - # We first consider whether we wish to update the dive list cache with + # We first consider whether we wish to update the device list cache with # the users device list. We want to track a user's devices when the # authenticated user shares a room with the queried user and the query # has not specified a particular device.