summaryrefslogtreecommitdiffstats
path: root/tests/get_all_controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get_all_controller.c')
-rw-r--r--tests/get_all_controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_all_controller.c b/tests/get_all_controller.c
index 3df3ca8..d643c98 100644
--- a/tests/get_all_controller.c
+++ b/tests/get_all_controller.c
@@ -22,7 +22,7 @@ int main()
info.hierarchy, info.num_cgroups, info.enabled);
error = cgroup_get_all_controller_next(&handle, &info);
if (error && error != ECGEOF) {
- printf("cgroup_get_contrller_next failed with %s\n",
+ printf("cgroup_get_controller_next failed with %s\n",
cgroup_strerror(error));
exit(1);
}