]> Pileus Git - ~andy/gtk/commitdiff
Typo fix. (#352121, Clytie Siddall)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 Dec 2006 05:09:01 +0000 (05:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 31 Dec 2006 05:09:01 +0000 (05:09 +0000)
2006-12-30  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkrange.c: Typo fix.  (#352121, Clytie Siddall)

svn path=/trunk/; revision=16989

ChangeLog
gtk/gtkrange.c

index 380cdd709e25188627912b99f620cf3174d4a3cd..cd7881c8b29c14ea76ca4790d554f77c89943bb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrange.c: Typo fix.  (#352121, Clytie Siddall)
+
 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkaction.c: Improve the docs of the "label" 
index df2f92c47ba41626ef166215ff460713804c449e..5887dee18766bb7e2c1dda7d312c73a51dea073a 100644 (file)
@@ -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));