summaryrefslogtreecommitdiff
path: root/libpurple/purpleconversation.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/purpleconversation.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/purpleconversation.h')
-rw-r--r--libpurple/purpleconversation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/purpleconversation.h b/libpurple/purpleconversation.h
index 45138b7ca5..7574da4843 100644
--- a/libpurple/purpleconversation.h
+++ b/libpurple/purpleconversation.h
@@ -34,7 +34,7 @@
*
* This is the base class for the conversation abstraction on Libpurple.
*
- * The present API manages the common functionallity for both kinds of conversations
+ * The present API manages the common functionality for both kinds of conversations
* @PurpleIMConversation and @PurpleChatConversation.
*/