diff libpurple/blist.h @ 18364:6e07a5da756e

Add a missing apostrophe in a comment.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 06 Jul 2007 13:43:28 +0000
parents 2177a11e169d
children 44b4e8bd759b
line wrap: on
line diff
--- 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);