--- 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);