diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-07-10 17:58:09 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-07-10 17:58:18 +0100 |
commit | ea752bdd99f20f14c18320869c9101c2c403759f (patch) | |
tree | 90247f9bbbd5320c317b0f188cc504ab7778461c /synapse/handlers/device.py | |
parent | Attempt to include db threads in cpu usage stats (#3496) (diff) | |
download | synapse-ea752bdd99f20f14c18320869c9101c2c403759f.tar.xz |
s/becuase/because/g
Diffstat (limited to 'synapse/handlers/device.py')
-rw-r--r-- | synapse/handlers/device.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py index 0b4cd53456..2d44f15da3 100644 --- a/synapse/handlers/device.py +++ b/synapse/handlers/device.py @@ -539,7 +539,7 @@ class DeviceListEduUpdater(object): yield self.device_handler.notify_device_update(user_id, device_ids) else: # Simply update the single device, since we know that is the only - # change (becuase of the single prev_id matching the current cache) + # change (because of the single prev_id matching the current cache) for device_id, stream_id, prev_ids, content in pending_updates: yield self.store.update_remote_device_list_cache_entry( user_id, device_id, content, stream_id, |