mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
gtype: Fix typo in g_type_class_add_private() error message
https://bugzilla.gnome.org/show_bug.cgi?id=705398
This commit is contained in:
parent
9edd65ad99
commit
66233f1d1b
@ -4496,7 +4496,7 @@ g_type_class_add_private (gpointer g_class,
|
||||
TypeNode *pnode = lookup_type_node_I (NODE_PARENT_TYPE (node));
|
||||
if (node->data->instance.private_size != pnode->data->instance.private_size)
|
||||
{
|
||||
g_warning ("g_type_add_private() called multiple times for the same type");
|
||||
g_warning ("g_type_class_add_private() called multiple times for the same type");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user