From ec3653be00725556625072e39e032e8b9e7c7e34 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Sep 2011 10:36:00 -0400 Subject: [PATCH] glib-compile-schemas: Pedantic string fixes Replace 'can not' by 'cannot' in several places. String change! https://bugzilla.gnome.org/show_bug.cgi?id=658207 --- gio/glib-compile-schemas.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c index 72bc7ca2d..038a51c96 100644 --- a/gio/glib-compile-schemas.c +++ b/gio/glib-compile-schemas.c @@ -463,7 +463,7 @@ key_state_start_choices (KeyState *state, { g_set_error_literal (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT, - " can not be specified for keys " + " cannot be specified for keys " "tagged as having an enumerated type"); return; } @@ -881,7 +881,7 @@ schema_state_add_key (SchemaState *state, { g_set_error_literal (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT, - _("can not add keys to a 'list-of' schema")); + _("cannot add keys to a 'list-of' schema")); return NULL; }