libpurple/server.c

changeset 41083
590d533cf290
parent 40992
3a973a9c5a64
child 41137
3c1574216aed
--- a/libpurple/server.c	Thu Oct 07 22:28:08 2021 -0500
+++ b/libpurple/server.c	Sun Oct 10 02:52:05 2021 -0500
@@ -553,7 +553,7 @@
 
 	/*
 	 * Make copies of the message and the sender in case plugins want
-	 * to free these strings and replace them with a modifed version.
+	 * to free these strings and replace them with a modified version.
 	 */
 	buffy = g_strdup(msg);
 	angel = g_strdup(who);
@@ -919,7 +919,7 @@
 
 	/*
 	 * Make copies of the message and the sender in case plugins want
-	 * to free these strings and replace them with a modifed version.
+	 * to free these strings and replace them with a modified version.
 	 */
 	buffy = g_strdup(message);
 	angel = g_strdup(who);

mercurial