Fix the spelling mistakes across the file and also fix word case.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
if (ret)
return ret;
if ((flags & FL_LIST) != 0) {
- /* we succesfully finish printing */
+ /* we successfully finish printing */
output = 0;
break;
}
}
}
- /* initialize libcg */
+ /* initialize libcgroup */
ret = cgroup_init();
if (ret) {
err("%s: libcgroup initialization failed: %s\n", argv[0], cgroup_strerror(ret));