]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo in the docs. (#390423, David Lodge)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Dec 2006 21:47:59 +0000 (21:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 28 Dec 2006 21:47:59 +0000 (21:47 +0000)
2006-12-28  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkarrow.c: Fix a typo in the docs.  (#390423,
        David Lodge)

ChangeLog
gtk/gtkarrow.c

index c9e7bfbb142c91f51541928ab16d4592a368a847..2f1a4d54ada8fdb9d34eb2cd7c1b4d516e6cef1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkarrow.c: Fix a typo in the docs.  (#390423,
+       David Lodge)
+
        * gtk/gtkuimanager.c (update_node): Only use the results
        of find_menu/toolbar_position() if they succeed. May fix
        bug #388041.
index 2a2427410b03b2555e4ac26f131b4ea4158dece3..670bed997f108ce242c7fde4305731f554c614c4 100644 (file)
@@ -89,7 +89,7 @@ gtk_arrow_class_init (GtkArrowClass *class)
   gtk_widget_class_install_style_property (widget_class,
                                            g_param_spec_float ("arrow-scaling",
                                                                P_("Arrow Scaling"),
-                                                               P_("Amount of space sed up by arrow"),
+                                                               P_("Amount of space used up by arrow"),
                                                                0.0, 1.0, 0.7,
                                                                GTK_PARAM_READABLE));