mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
Fixed a typo
This commit is contained in:
parent
c75614eced
commit
feaf828a92
@ -284,7 +284,7 @@ end_element (GMarkupParseContext *context,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_set_error (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT,
|
g_set_error (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT,
|
||||||
_("Unknown proprocessing options \"%s\""), options[i]);
|
_("Unknown processing option \"%s\""), options[i]);
|
||||||
g_strfreev (options);
|
g_strfreev (options);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user