From: Ivana Hutarova Varekova Date: Mon, 16 Jul 2012 12:46:55 +0000 (+0200) Subject: api.c: fix typo in error code description X-Git-Tag: v0.41~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faef0de14638dff796d0532767bbc46b322a74a5;p=thirdparty%2Flibcgroup.git 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 --- 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",