Pedantic spelling fix

Its 'theming', not 'themeing'.
This commit is contained in:
Matthias Clasen 2012-01-23 14:25:40 -05:00
parent 1326466309
commit 5c10f8ce8c

View File

@ -572,7 +572,7 @@ theming_engine_value_parse (GtkCssParser *parser,
if (engine == NULL)
{
_gtk_css_parser_error (parser, "Themeing engine '%s' not found", str);
_gtk_css_parser_error (parser, "Theming engine '%s' not found", str);
g_free (str);
return FALSE;
}