From 6f42824c35e0114efaa38f116ebf81b5c7c8b62f Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 15 Nov 2019 12:26:24 +0000 Subject: [PATCH] Typo Co-Authored-By: J. Ryan Stinnett --- src/crypto/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/index.js b/src/crypto/index.js index caf7ab6b9..f19ee913e 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -591,7 +591,7 @@ Crypto.prototype.checkOwnCrossSigningTrust = async function() { const oldSelfSigningId = this._crossSigningInfo.getId("self_signing"); const oldUserSigningId = this._crossSigningInfo.getId("user_signing"); - // Update the version of our keys in our cross-siging object and the local store + // Update the version of our keys in our cross-signing object and the local store this._crossSigningInfo.setKeys(newCrossSigning.keys); await this._cryptoStore.doTxn( 'readwrite', [IndexedDBCryptoStore.STORE_ACCOUNT],