daemon: fix typo in Game.Executable dbus property

Fix spelling for the 'Executable' property in the interface
com.feralinteractive.GameMode.Game.
This commit is contained in:
Christian Kellner 2019-07-12 17:01:01 +02:00
parent 02ad53584d
commit 9075829526

View File

@ -468,7 +468,7 @@ static const sd_bus_vtable game_vtable[] = {
SD_BUS_VTABLE_START(0),
SD_BUS_PROPERTY("ProcessId", "i", game_object_get_process_id, 0,
SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
SD_BUS_PROPERTY("Exectuable", "s", game_object_get_executable, 0,
SD_BUS_PROPERTY("Executable", "s", game_object_get_executable, 0,
SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
SD_BUS_VTABLE_END
};