Trivial typo fix

This commit is contained in:
Matthias Clasen 2013-07-26 08:48:38 -04:00
parent a8e84545d1
commit 6f78424b5d

View File

@ -517,7 +517,7 @@ gtk_builder_get_parameters (GtkBuilder *builder,
{
if (pspec->flags & G_PARAM_CONSTRUCT_ONLY)
{
g_warning ("Failed to get constuct only property "
g_warning ("Failed to get construct only property "
"%s of %s with value `%s'",
prop->name, object_name, prop->data);
continue;