1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Fix some typos in comments

This commit is contained in:
Richard van der Hoff
2017-07-19 21:13:06 +01:00
parent ccd4d4263d
commit 986fb12543
2 changed files with 3 additions and 2 deletions

View File

@@ -371,7 +371,8 @@ MatrixClient.prototype.initCrypto = async function() {
await crypto.init();
// if crypto initialisation was sucessful, tell it to attach its event handlers.
// if crypto initialisation was successful, tell it to attach its event
// handlers.
crypto.registerEventHandlers(this);
this._crypto = crypto;
};