diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-06-25 17:36:52 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-06-25 17:37:16 +0100 |
commit | 784189b1f4ebfbba4358889dd5a13512f96027b8 (patch) | |
tree | 0ccab323d4d9dfe9fbfa19fb0527833bd861c75e | |
parent | typo (diff) | |
download | synapse-784189b1f4ebfbba4358889dd5a13512f96027b8.tar.xz |
typos
-rw-r--r-- | synapse/handlers/e2e_keys.py | 2 |
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: |