mirror of
https://github.com/brl/mutter.git
synced 2025-06-23 13:31:17 +00:00
monitor-tests: Fix error message grammar mistake
This commit is contained in:
@ -4941,7 +4941,7 @@ meta_test_monitor_migrated_rotated (void)
|
|||||||
if (!meta_migrate_old_monitors_config (config_store,
|
if (!meta_migrate_old_monitors_config (config_store,
|
||||||
old_config_file,
|
old_config_file,
|
||||||
&error))
|
&error))
|
||||||
g_error ("Failed to migrated config: %s", error->message);
|
g_error ("Failed to migrate config: %s", error->message);
|
||||||
|
|
||||||
emulate_hotplug (test_setup);
|
emulate_hotplug (test_setup);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user