Fri, 06 Jul 2007 13:43:28 +0000
Add a missing apostrophe in a comment.
| libpurple/blist.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/blist.h Fri Jun 29 19:36:31 2007 +0000 +++ b/libpurple/blist.h Fri Jul 06 13:43:28 2007 +0000 @@ -635,7 +635,7 @@ /** * Finds a group by name * - * @param name The groups name + * @param name The group's name * @return The group or NULL if the group does not exist */ PurpleGroup *purple_find_group(const char *name);