diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-12-28 21:47:59 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-28 21:47:59 +0000 |
commit | a8604619bd5e268ecff6e8bd7bb4edef74c57c3e (patch) | |
tree | da674fcb37f707fe91976922f9e6b2deea63372c /gtk/gtkarrow.c | |
parent | 785bffff68dce52075760a7f4391fa83f14209c5 (diff) | |
download | gtk+-a8604619bd5e268ecff6e8bd7bb4edef74c57c3e.tar.gz |
Fix a typo in the docs. (#390423, David Lodge)
2006-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkarrow.c: Fix a typo in the docs. (#390423,
David Lodge)
Diffstat (limited to 'gtk/gtkarrow.c')
-rw-r--r-- | gtk/gtkarrow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkarrow.c b/gtk/gtkarrow.c index 2a2427410b..670bed997f 100644 --- a/gtk/gtkarrow.c +++ b/gtk/gtkarrow.c @@ -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)); |