mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
src/core/dbus-cgroup.c: fix typo contoller -> controller (#8717)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
b037141d1b
commit
ef42f561fc
@@ -376,7 +376,7 @@ static int bus_cgroup_set_transient_property(
|
||||
|
||||
cc = cgroup_controller_from_string(t);
|
||||
if (cc < 0)
|
||||
return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Unknown cgroup contoller '%s'", t);
|
||||
return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Unknown cgroup controller '%s'", t);
|
||||
|
||||
mask |= CGROUP_CONTROLLER_TO_MASK(cc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user