src/blist.h

changeset 9997
527c4c03ea65
parent 9996
8d3e1f9eee97
child 10008
1de3454a0dca
--- a/src/blist.h	Thu Sep 09 04:14:29 2004 +0000
+++ b/src/blist.h	Thu Sep 09 12:05:20 2004 +0000
@@ -178,7 +178,7 @@
 {
 	void (*new_list)(GaimBuddyList *list); /**< Sets UI-specific data on a buddy list. */
 	void (*new_node)(GaimBlistNode *node); /**< Sets UI-specific data on a node. */
-	void (*show)(GaimBuddyList *list);     /**< The core will call this when its finished doing its core stuff */
+	void (*show)(GaimBuddyList *list);     /**< The core will call this when it's finished doing its core stuff */
 	void (*update)(GaimBuddyList *list,
 		       GaimBlistNode *node);       /**< This will update a node in the buddy list. */
 	void (*remove)(GaimBuddyList *list,

mercurial