1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Fix comment typo

This commit is contained in:
J. Ryan Stinnett
2019-11-27 17:19:41 +00:00
parent 9d91d197e4
commit d5000820fd

View File

@@ -299,7 +299,7 @@ Crypto.prototype.bootstrapSecretStorage = async function({
logger.log("Bootstrapping Secure Secret Storage");
// Create cross-signing keys if they don't exist, as we want to sign the SSSS default
// key with the cross-signing master key. The cross-signing master keys is also used
// key with the cross-signing master key. The cross-signing master key is also used
// to verify the signature on the SSSS default key when adding secrets, so we
// effectively need it for both reading and writing secrets.
let crossSigningKeysChanged = false;