From f67c71bda1cb154721f9806c3a0bf9bdaf179a69 Mon Sep 17 00:00:00 2001 From: Beaudan Date: Mon, 26 Nov 2018 11:31:33 +1100 Subject: [PATCH] Fixed comment typo --- js/models/conversations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/models/conversations.js b/js/models/conversations.js index a97664dc8..9a589aa3f 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -44,9 +44,9 @@ none: 0, // Have received a friend request, waiting to accept/decline pendingAction: 1, - // Have send a friend request, waiting for response + // Have sent a friend request, waiting for response pendingResponse: 2, - // Have send and received prekeybundle, waiting for ciphertext confirming key exchange + // Have sent and received prekeybundle, waiting for ciphertext confirming key exchange pendingCipher: 3, // We did it! friends: 4,