changeset 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 700b642631bc
children d4d31d8112b5
files libpurple/blist.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);