1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Comment typo

This commit is contained in:
David Baker
2018-01-24 21:39:46 +01:00
parent 4fbf4f1069
commit 8c2645c5dd

View File

@@ -161,7 +161,7 @@ export default class DeviceList {
console.log('Saving device tracking data at token ' + this._syncToken);
// null out savePromise now (after the delay but before the write),
// otherwise we could return the existing promise when the save has
// actually already happened. Likewsie for the dirty flag.
// actually already happened. Likewise for the dirty flag.
this._savePromise = null;
this._dirty = false;
return this._cryptoStore.doTxn(