]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
tools/lscgroup: fix spellings across the file
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 14 Aug 2023 07:55:35 +0000 (13:25 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 16 Aug 2023 15:26:18 +0000 (09:26 -0600)
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>
src/tools/lscgroup.c

index 280f1d6818d390200f5c78029a1afbd7bd69aad7..67d97662024282c56d9f936a446d4b3048ca4961 100644 (file)
@@ -149,7 +149,7 @@ static int print_cgroup(struct cgroup_group_spec *cgroup_spec, int flags)
                                if (ret)
                                        return ret;
                                if ((flags & FL_LIST) != 0) {
-                                       /* we succesfully finish printing */
+                                       /* we successfully finish printing */
                                        output = 0;
                                        break;
                                }
@@ -284,7 +284,7 @@ int main(int argc, char *argv[])
                }
        }
 
-       /* initialize libcg */
+       /* initialize libcgroup */
        ret = cgroup_init();
        if (ret) {
                err("%s: libcgroup initialization failed: %s\n", argv[0], cgroup_strerror(ret));