summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-06-25 17:36:52 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-06-25 17:37:16 +0100
commit784189b1f4ebfbba4358889dd5a13512f96027b8 (patch)
tree0ccab323d4d9dfe9fbfa19fb0527833bd861c75e
parenttypo (diff)
downloadsynapse-784189b1f4ebfbba4358889dd5a13512f96027b8.tar.xz
typos
-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 8a2d177539..4d7bf5defd 100644
--- a/synapse/handlers/e2e_keys.py
+++ b/synapse/handlers/e2e_keys.py
@@ -80,7 +80,7 @@ class E2eKeysHandler(object):
             else:
                 remote_queries[user_id] = device_ids
 
-        # Firt get local devices.
+        # First get local devices.
         failures = {}
         results = {}
         if local_query: