From dc5f681fa329ec1c85e574eb2ed7b6ea62f2299f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 31 Dec 2006 05:09:01 +0000 Subject: [PATCH] Typo fix. (#352121, Clytie Siddall) 2006-12-30 Matthias Clasen * gtk/gtkrange.c: Typo fix. (#352121, Clytie Siddall) svn path=/trunk/; revision=16989 --- ChangeLog | 4 ++++ gtk/gtkrange.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 380cdd709e..cd7881c8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-30 Matthias Clasen + + * gtk/gtkrange.c: Typo fix. (#352121, Clytie Siddall) + 2006-12-30 Matthias Clasen * gtk/gtkaction.c: Improve the docs of the "label" diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index df2f92c47b..5887dee187 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -501,7 +501,7 @@ gtk_range_class_init (GtkRangeClass *class) gtk_widget_class_install_style_property (widget_class, g_param_spec_boolean ("trough-under-steppers", P_("Trough Under Steppers"), - P_("Whether to draw trought for full length of range or exclude the steppers and spacing"), + P_("Whether to draw trough for full length of range or exclude the steppers and spacing"), TRUE, GTK_PARAM_READABLE));