monitor-tests: Fix error message grammar mistake

This commit is contained in:
Jonas Ådahl 2017-10-04 09:43:09 -04:00
parent 43eeb009ce
commit e76ab05d45

View File

@ -4941,7 +4941,7 @@ meta_test_monitor_migrated_rotated (void)
if (!meta_migrate_old_monitors_config (config_store,
old_config_file,
&error))
g_error ("Failed to migrated config: %s", error->message);
g_error ("Failed to migrate config: %s", error->message);
emulate_hotplug (test_setup);