diff --git a/lib/crypto/algorithms/olm.js b/lib/crypto/algorithms/olm.js index df889766b..f8f266df4 100644 --- a/lib/crypto/algorithms/olm.js +++ b/lib/crypto/algorithms/olm.js @@ -201,7 +201,7 @@ OlmDecryption.prototype.decryptEvent = function(event) { payloadString = this._olmDevice.createInboundSession( deviceKey, message.type, message.body ); - console.log("created new inbound sesion"); + console.log("created new inbound session"); } catch (e) { // Failed to decrypt with a new session. console.warn("Failed to decrypt message with new session", e);