aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-19 22:22:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-19 22:22:28 +0800
commit1599c6961f70341daf755d28857f155c86ba8f39 (patch)
treed35b92d30bb6c1f07f9cff8dd2896cde9d9e9c5f /libempathy-gtk
parentd077181fac75859a864eede51d28c9517127afd8 (diff)
downloadgsoc2013-empathy-1599c6961f70341daf755d28857f155c86ba8f39.tar
gsoc2013-empathy-1599c6961f70341daf755d28857f155c86ba8f39.tar.gz
gsoc2013-empathy-1599c6961f70341daf755d28857f155c86ba8f39.tar.bz2
gsoc2013-empathy-1599c6961f70341daf755d28857f155c86ba8f39.tar.lz
gsoc2013-empathy-1599c6961f70341daf755d28857f155c86ba8f39.tar.xz
gsoc2013-empathy-1599c6961f70341daf755d28857f155c86ba8f39.tar.zst
gsoc2013-empathy-1599c6961f70341daf755d28857f155c86ba8f39.zip
live-search: fix typo
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-live-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-live-search.c b/libempathy-gtk/empathy-live-search.c
index 41325c34b..2b5f54f98 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,