diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-01 20:23:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-01 20:23:12 +0000 |
commit | 17eaeb6feb5251a859c52df683aa331c48a436aa (patch) | |
tree | 50f04b79e8b94a951081a9ceb17a2949e241a4fa /gtk/gtkimage.c | |
parent | ff95eb051b5297ce0747f61e420f4cdcb2805344 (diff) | |
download | gtk+-17eaeb6feb5251a859c52df683aa331c48a436aa.tar.gz |
Fix typo in property description. (Christian Rose.)
Fri Feb 1 15:22:23 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimage.c (gtk_image_class_init): Fix typo
in property description. (Christian Rose.)
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r-- | gtk/gtkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index a6f69e7fe9..20391f0a01 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -159,7 +159,7 @@ gtk_image_class_init (GtkImageClass *class) PROP_FILE, g_param_spec_string ("file", _("Filename"), - _("Filename to load and siplay."), + _("Filename to load and display."), NULL, G_PARAM_WRITABLE)); |