From a571624e1330e3cdfdf70393f70a2efbb37de476 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 1 Nov 2019 10:46:43 +0000 Subject: [PATCH] Typo --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 1a5ffcdc1..1f910586e 100644 --- a/src/client.js +++ b/src/client.js @@ -1340,7 +1340,7 @@ MatrixClient.prototype.createKeyBackupVersion = async function(info) { auth_data: info.auth_data, }; - // Now sig the backup auth data. Do it as this device first because crypto._signObject + // Now sign the backup auth data. Do it as this device first because crypto._signObject // is dumb and bluntly replaces the whole signatures block... // this can probably go away very soon in favour of just signing with the SSK. await this._crypto._signObject(data.auth_data);