--- a/libpurple/purpleprotocolconversation.h Wed Apr 03 16:32:56 2024 -0500 +++ b/libpurple/purpleprotocolconversation.h Tue Apr 09 21:50:31 2024 -0500 @@ -48,7 +48,7 @@ PURPLE, PROTOCOL_CONVERSATION, PurpleProtocol) /** - * PurpleProtocolConversationInterface: + * PurpleProtocolConversation: * * This interface defines the behavior for interacting with conversations at * the protocol layer. These methods will primarily be called by the user @@ -255,7 +255,7 @@ gboolean purple_protocol_conversation_set_avatar_finish(PurpleProtocolConversation *protocol, GAsyncResult *result, GError **error); /** - * purple_protocl_conversation_send_typing_state: + * purple_protocol_conversation_send_typing: * @protocol: The instance. * @conversation: The conversation. * @state: The new typing state.