mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
s/retrive/retrieve/
2001-10-03 jacob berkman <jacob@ximian.com> * gtype.c (type_iface_retrieve_holder_info_Wm): (type_iface_vtable_init_Wm): (type_iface_vtable_finalize_Wm): (g_type_class_ref): * gobject.c (g_object_get_property): s/retrive/retrieve/
This commit is contained in:
committed by
Jacob Berkman
parent
484614634c
commit
00f672eac5
@@ -1045,7 +1045,7 @@ g_object_get_property (GObject *object,
|
||||
}
|
||||
else if (!g_value_type_transformable (G_PARAM_SPEC_VALUE_TYPE (pspec), G_VALUE_TYPE (value)))
|
||||
{
|
||||
g_warning ("can't retrive property `%s' of type `%s' as value of type `%s'",
|
||||
g_warning ("can't retrieve property `%s' of type `%s' as value of type `%s'",
|
||||
pspec->name,
|
||||
g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec)),
|
||||
G_VALUE_TYPE_NAME (value));
|
||||
|
Reference in New Issue
Block a user