Fix conversation.dart comment initator/converation

This fixes two typos ("initator" for "initiator" and "converation" for
"conversation") in comments in lib/providers/conversation.dart.
This commit is contained in:
Haley Weslin 2023-10-08 13:46:18 +00:00
parent 564447ec98
commit 668457f70a

View File

@ -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<T> createConversation<T>(
@ -330,7 +330,7 @@ Future<IList<Message>?> getRemoteConversationMessages({
@riverpod
class ActiveConversationMessages extends _$ActiveConversationMessages {
/// Get message for active converation
/// Get message for active conversation
@override
FutureOr<IList<Message>?> build() async {
await eventualVeilid.future;