From 149dcf3ffc77f9ce8e94aed00f0ee11505f640d3 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Thu, 1 Apr 2010 14:28:15 +1100 Subject: Falgs -> Flags --- libempathy-gtk/empathy-contact-list-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 05823435a..15df212ce 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -1437,7 +1437,7 @@ empathy_contact_list_view_class_init (EmpathyContactListViewClass *klass) PROP_LIST_FEATURES, g_param_spec_flags ("list-features", "Features of the view", - "Falgs for all enabled features", + "Flags for all enabled features", EMPATHY_TYPE_CONTACT_LIST_FEATURE_FLAGS, EMPATHY_CONTACT_LIST_FEATURE_NONE, G_PARAM_READWRITE)); @@ -1445,7 +1445,7 @@ empathy_contact_list_view_class_init (EmpathyContactListViewClass *klass) PROP_CONTACT_FEATURES, g_param_spec_flags ("contact-features", "Features of the contact menu", - "Falgs for all enabled features for the menu", + "Flags for all enabled features for the menu", EMPATHY_TYPE_CONTACT_FEATURE_FLAGS, EMPATHY_CONTACT_FEATURE_NONE, G_PARAM_READWRITE)); -- cgit v1.2.3