diff --git a/src/client.js b/src/client.js index 5fda7f757..f9e3bfbdc 100644 --- a/src/client.js +++ b/src/client.js @@ -184,7 +184,7 @@ function MatrixClient(opts) { } // List of which rooms have encryption enabled: separate from crypto because - // we still want to know what rooms are encrypted even if crypto is disabled: + // 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. this._roomList = new RoomList(this._cryptoStore, this._sessionStore); }