comparison 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
comparison
equal deleted inserted replaced
18363:700b642631bc 18364:6e07a5da756e
633 633
634 634
635 /** 635 /**
636 * Finds a group by name 636 * Finds a group by name
637 * 637 *
638 * @param name The groups name 638 * @param name The group's name
639 * @return The group or NULL if the group does not exist 639 * @return The group or NULL if the group does not exist
640 */ 640 */
641 PurpleGroup *purple_find_group(const char *name); 641 PurpleGroup *purple_find_group(const char *name);
642 642
643 /** 643 /**