summaryrefslogtreecommitdiff
path: root/libpurple/purpleprotocolserver.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/purpleprotocolserver.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/purpleprotocolserver.h')
-rw-r--r--libpurple/purpleprotocolserver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/purpleprotocolserver.h b/libpurple/purpleprotocolserver.h
index d1bb9d3e87..396dce1597 100644
--- a/libpurple/purpleprotocolserver.h
+++ b/libpurple/purpleprotocolserver.h
@@ -190,8 +190,8 @@ void purple_protocol_server_set_info(PurpleProtocolServer *protocol_server, Purp
* @connection: The #PurpleConnection instance.
* @who: The name of the user whose information you're asking for.
*
- * Gets the user info or profile for @who and displays it in a protocol specifc
- * way.
+ * Gets the user info or profile for @who and displays it in a protocol
+ * specific way.
*
* Since: 3.0.0
*/
@@ -291,7 +291,7 @@ void purple_protocol_server_remove_buddy(PurpleProtocolServer *protocol_server,
* @groups: (element-type PurpleGroup): A #GList of #PurpleGroup's
* corresponding to @buddies.
*
- * Similiar to purple_protocol_server_remove_buddy() but allows you to remove
+ * Similar to purple_protocol_server_remove_buddy() but allows you to remove
* multiple at a time.
*
* If @protocol_server doesn't implement this function directly,