]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
api.c: fix typo in error code description
authorIvana Hutarova Varekova <varekova@redhat.com>
Mon, 16 Jul 2012 12:46:55 +0000 (14:46 +0200)
committerIvana Hutarova Varekova <varekova@redhat.com>
Mon, 16 Jul 2012 12:46:55 +0000 (14:46 +0200)
fix minor typo in error code description

Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-by: Jan Safranek <jsafrane@redhat.com>
src/api.c

index f050df708253fe353b5589798f26aaed72efc5e8..bd0b86f2890dc0217e7b24083ebfdd6a2f5a6156 100644 (file)
--- 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",