From a172de2960fe23686ec36c48ef16604cc14cd55a Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sun, 8 Oct 2023 13:23:21 +0000 Subject: [PATCH] Fix invox typo in comment - contact_invite.dart This fixes a typo ("invox" for "inbox") in a comment in lib/providers/contact_invite.dart. --- lib/providers/contact_invite.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/providers/contact_invite.dart b/lib/providers/contact_invite.dart index 29ff188..f0440a5 100644 --- a/lib/providers/contact_invite.dart +++ b/lib/providers/contact_invite.dart @@ -510,7 +510,7 @@ Future rejectContactInvitation(ActiveAccountInfo activeAccountInfo, ..contactResponse = contactResponseBytes ..identitySignature = identitySignature.toProto(); - // Write the rejection to the invox + // Write the rejection to the inbox if (await contactRequestInbox.tryWriteProtobuf( SignedContactResponse.fromBuffer, signedContactResponse, subkey: 1) !=