Fixed a typo
authorJonh Wendell <jwendell@gnome.org>
Sat, 25 Feb 2012 12:18:40 +0000 (10:18 -0200)
committerJonh Wendell <jwendell@gnome.org>
Sat, 25 Feb 2012 12:18:40 +0000 (10:18 -0200)
gio/glib-compile-resources.c

index 9d54eec..e352fc6 100644 (file)
@@ -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;
                 }