summaryrefslogtreecommitdiff
path: root/libpurple/purplechatconversation.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-10 02:52:05 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-10 02:52:05 -0500
commitb992c7cd829a65ad5e93824d07c0b5e48f4bf73e (patch)
treef58e71e791e5753ebaac97e7b5427bff0f5fba55 /libpurple/purplechatconversation.h
parentd4bf28ee065d16e2430d2f07066961ab321dc957 (diff)
downloadpidgin-b992c7cd829a65ad5e93824d07c0b5e48f4bf73e.tar.gz
Fix several typos in libpurple
Ran `codespell -w`, ignoring some stuff, or making things better. Testing Done: Compile only. Reviewed at https://reviews.imfreedom.org/r/1016/
Diffstat (limited to 'libpurple/purplechatconversation.h')
-rw-r--r--libpurple/purplechatconversation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/purplechatconversation.h b/libpurple/purplechatconversation.h
index 1b778eef16..70ae08f2f6 100644
--- a/libpurple/purplechatconversation.h
+++ b/libpurple/purplechatconversation.h
@@ -319,7 +319,7 @@ void purple_chat_conversation_clear_users(PurpleChatConversation *chat);
* @chat: The chat.
* @nick: The nick.
*
- * Sets your nickname (used for hilighting) for a chat.
+ * Sets your nickname (used for highlighting) for a chat.
*/
void purple_chat_conversation_set_nick(PurpleChatConversation *chat, const gchar *nick);
@@ -327,7 +327,7 @@ void purple_chat_conversation_set_nick(PurpleChatConversation *chat, const gchar
* purple_chat_conversation_get_nick:
* @chat: The chat.
*
- * Gets your nickname (used for hilighting) for a chat.
+ * Gets your nickname (used for highlighting) for a chat.
*
* Returns: The nick.
*/