[empathy: 2/4] Falgs -> Flags



commit 149dcf3ffc77f9ce8e94aed00f0ee11505f640d3
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Thu Apr 1 14:28:15 2010 +1100

    Falgs -> Flags

 libempathy-gtk/empathy-contact-list-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 0582343..15df212 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));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]