forked from AuroraMiddleware/gtk
Pedantic spelling fix
Its 'theming', not 'themeing'.
This commit is contained in:
parent
1326466309
commit
5c10f8ce8c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user