Skip to content
Snippets Groups Projects
Commit 9834367e authored by Erik Johnston's avatar Erik Johnston
Browse files

Spelling

parent 36be39b8
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ class DeviceListEduUpdater(object):
self.clock = hs.get_clock()
self.device_handler = device_handler
self._remote_edue_linearizer = Linearizer(name="remote_device_list")
self._remote_edu_linearizer = Linearizer(name="remote_device_list")
# user_id -> list of updates waiting to be handled.
self._pending_updates = {}
......@@ -380,7 +380,7 @@ class DeviceListEduUpdater(object):
def _handle_device_updates(self, user_id):
"Actually handle pending updates."
with (yield self._remote_edue_linearizer.queue(user_id)):
with (yield self._remote_edu_linearizer.queue(user_id)):
pending_updates = self._pending_updates.pop(user_id, [])
if not pending_updates:
# This can happen since we batch updates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment