Correct a comment typo: a group is being added to the blist, not a chat.

Mon, 03 Dec 2007 14:46:54 +0000

author
Will Thompson <resiak@pidgin.im>
date
Mon, 03 Dec 2007 14:46:54 +0000
changeset 21833
9aeafe0524c9
parent 21832
0f9c51f91e66
child 21863
0788044843ba

Correct a comment typo: a group is being added to the blist, not a chat.

libpurple/blist.c file | annotate | diff | comparison | revisions
--- a/libpurple/blist.c	Mon Dec 03 14:40:46 2007 +0000
+++ b/libpurple/blist.c	Mon Dec 03 14:46:54 2007 +0000
@@ -1310,7 +1310,7 @@
 		g = (PurpleGroup *)((PurpleBlistNode *)c)->parent;
 	} else {
 		if (group) {
-			/* Add chat to blist if isn't already on it. Fixes #2752. */
+			/* Add group to blist if isn't already on it. Fixes #2752. */
 			if (!purple_find_group(group->name)) {
 				purple_blist_add_group(group,
 						purple_blist_get_last_sibling(purplebuddylist->root));

mercurial