From aabfbf507e4ad61d148d14a1bef83854fbf458eb Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 5 Jan 2022 14:25:42 +0100 Subject: [PATCH] typo in comments --- src/matrix/e2ee/Account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/e2ee/Account.js b/src/matrix/e2ee/Account.js index ac651819..da28c6fe 100644 --- a/src/matrix/e2ee/Account.js +++ b/src/matrix/e2ee/Account.js @@ -147,7 +147,7 @@ export class Account { // We need to keep a pool of one time public keys on the server so that // other devices can start conversations with us. But we can only store // a finite number of private keys in the olm Account object. - // To complicate things further then can be a delay between a device + // To complicate things further there can be a delay between a device // claiming a public one time key from the server and it sending us a // message. We need to keep the corresponding private key locally until // we receive the message.