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:
Emanuele Aina 2013-08-03 11:51:00 +02:00
parent 9edd65ad99
commit 66233f1d1b

View File

@ -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;
}
}