From b6cd826dd7d40220b963c053e61b14993bf0ee59 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 31 Jan 2018 17:33:35 +0000 Subject: [PATCH] basically I just can't type --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index f9e3bfbdc..46aa8b048 100644 --- a/src/client.js +++ b/src/client.js @@ -185,7 +185,7 @@ function MatrixClient(opts) { // List of which rooms have encryption enabled: separate from crypto because // we still want to know which rooms are encrypted even if crypto is disabled: - // we don't want to start sening unencrypted events to them. + // we don't want to start sending unencrypted events to them. this._roomList = new RoomList(this._cryptoStore, this._sessionStore); } utils.inherits(MatrixClient, EventEmitter);