From a30c816cb61981b5b0239bf5ae6a8c20acf99a8c Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 17 Sep 2016 15:44:55 +0100 Subject: [PATCH] typo --- lib/crypto/algorithms/olm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);