summaryrefslogtreecommitdiff
path: root/libpurple/server.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/server.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/server.h')
-rw-r--r--libpurple/server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/server.h b/libpurple/server.h
index a41d0634ee..23ae8a7f17 100644
--- a/libpurple/server.h
+++ b/libpurple/server.h
@@ -103,7 +103,7 @@ PurpleAttentionType *purple_get_attention_type_from_code(PurpleAccount *account,
* @gc: The connection over which to send the typing notification.
* @name: The name of the buddy we were asking information from.
*
- * Request user infromation from the server.
+ * Request user information from the server.
*/
void purple_serv_get_info(PurpleConnection *gc, const char *name);
@@ -270,7 +270,7 @@ void purple_serv_got_typing(PurpleConnection *gc, const char *name, int timeout,
* @gc: The #PurpleConnection
* @name: The name of the person that stopped typing.
*
- * Called from a protocol when it has recieved a type stopped.
+ * Called from a protocol when it has received a type stopped.
*
* @todo Could probably move this into the conversation API.
*/