From feaf828a92dcc373c859a196d7b82ab9347e4b2a Mon Sep 17 00:00:00 2001 From: Jonh Wendell Date: Sat, 25 Feb 2012 10:18:40 -0200 Subject: [PATCH] Fixed a typo --- gio/glib-compile-resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/glib-compile-resources.c b/gio/glib-compile-resources.c index 9d54eecaa..e352fc63d 100644 --- a/gio/glib-compile-resources.c +++ b/gio/glib-compile-resources.c @@ -284,7 +284,7 @@ end_element (GMarkupParseContext *context, else { 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); goto cleanup; }