diff options
author | jacob berkman <jacob@ximian.com> | 2001-10-03 19:48:55 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2001-10-03 19:48:55 +0000 |
commit | b02befc6ff021ac425e969d918650d9801737126 (patch) | |
tree | d36e0b6bd3c851a32e7e40a22ee594ac9a2e15e7 /gtk/gtkstyle.c | |
parent | 4fbfad6615f6f5875f21ad9a77ce7ac6461d320b (diff) | |
download | gtk+-b02befc6ff021ac425e969d918650d9801737126.tar.gz |
s/retrive/retrieve/
2001-10-03 jacob berkman <jacob@ximian.com>
* gtk/gtkwidget.c (gtk_widget_style_get_property):
* gtk/gtkstyle.c (_gtk_style_peek_property_value):
* gtk/gtksettings.c (apply_queued_setting):
* gtk/gtkmain.c (gtk_init_check):
* gtk/gtkcontainer.c (gtk_container_child_get_property):
s/retrive/retrieve/
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index b9c5afc3aa..acda09a80a 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -1337,7 +1337,7 @@ _gtk_style_peek_property_value (GtkStyle *style, { gchar *contents = g_strdup_value_contents (&rcprop->value); - g_message ("%s: failed to retrive property `%s::%s' of type `%s' from rc file value \"%s\" of type `%s'", + g_message ("%s: failed to retrieve property `%s::%s' of type `%s' from rc file value \"%s\" of type `%s'", rcprop->origin, g_type_name (pspec->owner_type), pspec->name, g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec)), |