[empathy] live-search: fix typo



commit 1599c6961f70341daf755d28857f155c86ba8f39
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Aug 19 16:22:28 2010 +0200

    live-search: fix typo

 libempathy-gtk/empathy-live-search.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-live-search.c b/libempathy-gtk/empathy-live-search.c
index 41325c3..2b5f54f 100644
--- a/libempathy-gtk/empathy-live-search.c
+++ b/libempathy-gtk/empathy-live-search.c
@@ -522,7 +522,7 @@ empathy_live_search_class_init (EmpathyLiveSearchClass *klass)
       _empathy_gtk_marshal_BOOLEAN__BOXED,
       G_TYPE_BOOLEAN, 1, GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE);
 
-  param_spec = g_param_spec_object ("hook-widget", "Live Searchs Hook Widget",
+  param_spec = g_param_spec_object ("hook-widget", "Live Search Hook Widget",
       "The live search catches key-press-events on this widget",
       GTK_TYPE_WIDGET, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (object_class, PROP_HOOK_WIDGET,



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