libpurple/purpleconversation.c

changeset 41083
590d533cf290
parent 41034
fe203b2245fb
child 41090
741992355ead
--- a/libpurple/purpleconversation.c	Thu Oct 07 22:28:08 2021 -0500
+++ b/libpurple/purpleconversation.c	Sun Oct 10 02:52:05 2021 -0500
@@ -99,8 +99,8 @@
 
 	me = purple_account_get_name_for_display(account);
 
-	/* Always linkfy the text for display, unless we're
-	 * explicitly asked to do otheriwse*/
+	/* Always linkify the text for display, unless we're explicitly asked to do
+	 * otherwise. */
 	if(!(msgflags & PURPLE_MESSAGE_INVISIBLE)) {
 		if(msgflags & PURPLE_MESSAGE_NO_LINKIFY) {
 			displayed = g_strdup(message);

mercurial