glib-compile-schemas: Pedantic string fixes
authorMatthias Clasen <mclasen@redhat.com>
Sat, 10 Sep 2011 14:36:00 +0000 (10:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 10 Sep 2011 14:36:56 +0000 (10:36 -0400)
Replace 'can not' by 'cannot' in several places. String change!

https://bugzilla.gnome.org/show_bug.cgi?id=658207

gio/glib-compile-schemas.c

index 72bc7ca..038a51c 100644 (file)
@@ -463,7 +463,7 @@ key_state_start_choices (KeyState  *state,
     {
       g_set_error_literal (error, G_MARKUP_ERROR,
                            G_MARKUP_ERROR_INVALID_CONTENT,
-                           "<choices> can not be specified for keys "
+                           "<choices> 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;
     }