mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
src/core/dbus-cgroup.c: fix typo contoller -> controller (#8717)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
b037141d1b
commit
ef42f561fc
@ -376,7 +376,7 @@ static int bus_cgroup_set_transient_property(
|
|||||||
|
|
||||||
cc = cgroup_controller_from_string(t);
|
cc = cgroup_controller_from_string(t);
|
||||||
if (cc < 0)
|
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);
|
mask |= CGROUP_CONTROLLER_TO_MASK(cc);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user