From 4776528a3f583fc5ad434144bebd6c10d171fdf5 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 18 Jul 2019 16:14:22 +0100 Subject: [PATCH] typo Co-Authored-By: Erik Johnston --- synapse/handlers/e2e_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.