From faef0de14638dff796d0532767bbc46b322a74a5 Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Mon, 16 Jul 2012 14:46:55 +0200 Subject: [PATCH] api.c: fix typo in error code description fix minor typo in error code description Signed-off-by: Ivana Hutarova Varekova Acked-by: Jan Safranek --- src/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.c b/src/api.c index f050df70..bd0b86f2 100644 --- a/src/api.c +++ b/src/api.c @@ -93,7 +93,7 @@ const char const *cgroup_strerror_codes[] = { "Cgroup has not been created", "Cgroup one of the needed subsystems is not mounted", "Cgroup, request came in from non owner", - "Cgroup controllers controllers are bound to different mount points", + "Cgroup controllers are bound to different mount points", "Cgroup, operation not allowed", "Cgroup value set exceeds maximum", "Cgroup controller already exists", -- 2.47.2