From ef42f561fc2cba67315e51fa14205b185eea9978 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 14 Apr 2018 11:06:11 +0200 Subject: [PATCH] src/core/dbus-cgroup.c: fix typo contoller -> controller (#8717) Signed-off-by: Giuseppe Scrivano --- src/core/dbus-cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dbus-cgroup.c b/src/core/dbus-cgroup.c index 1de476a..d170f6a 100644 --- a/src/core/dbus-cgroup.c +++ b/src/core/dbus-cgroup.c @@ -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); } -- 2.7.4