From 668457f70adb0caf6850a2849e10b67d668ad4dc Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sun, 8 Oct 2023 13:46:18 +0000 Subject: [PATCH] Fix conversation.dart comment initator/converation This fixes two typos ("initator" for "initiator" and "converation" for "conversation") in comments in lib/providers/conversation.dart. --- lib/providers/conversation.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/providers/conversation.dart b/lib/providers/conversation.dart index 3d29cd1..7e1c56b 100644 --- a/lib/providers/conversation.dart +++ b/lib/providers/conversation.dart @@ -37,7 +37,7 @@ KeyPair getConversationWriter({ } // Create a conversation -// If we were the initator of the conversation there may be an +// If we were the initiator of the conversation there may be an // incomplete 'existingConversationRecord' that we need to fill // in now that we have the remote identity key Future createConversation( @@ -330,7 +330,7 @@ Future?> getRemoteConversationMessages({ @riverpod class ActiveConversationMessages extends _$ActiveConversationMessages { - /// Get message for active converation + /// Get message for active conversation @override FutureOr?> build() async { await eventualVeilid.future;