From 4fadace9c823112122b407db7281e486e347b048 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Mon, 28 Oct 2019 12:48:59 -0400 Subject: [PATCH] Update proposals/1946-secure_server-side_storage.md Co-Authored-By: David Baker --- proposals/1946-secure_server-side_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/1946-secure_server-side_storage.md b/proposals/1946-secure_server-side_storage.md index a2dfb381..832144d1 100644 --- a/proposals/1946-secure_server-side_storage.md +++ b/proposals/1946-secure_server-side_storage.md @@ -50,7 +50,7 @@ A key with ID `abcdefg` is stored in `m.secret_storage.key.abcdefg` A key can be marked as the "default" key by setting the user's account_data with event type `m.secret_storage.default_key` to the ID of the key. The -default key will be used to encrypet all secrets that the user would expect to +default key will be used to encrypt all secrets that the user would expect to be available on all their clients. Unless the user specifies otherwise, clients will try to use the default key to decrypt secrets.