# HG changeset patch # User Daniel Atallah # Date 1195155379 0 # Node ID bfa475b15dc553c835392bec08cd17833a00fb83 # Parent d3ac933fae46fbeca5f370f9e9ca0f9dd618a757 Fix something I mistyped. diff -r d3ac933fae46 -r bfa475b15dc5 libpurple/blist.h --- a/libpurple/blist.h Thu Nov 15 19:35:27 2007 +0000 +++ b/libpurple/blist.h Thu Nov 15 19:36:19 2007 +0000 @@ -528,7 +528,7 @@ /** * Removes a buddy from the buddy list and frees the memory allocated to it. * This doesn't actually try to remove the buddy from the server list, nor does - * it clean up the prpl_info. + * it clean up the prpl_data. * * @param buddy The buddy to be removed */