From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: tools/lscgroup: fix spellings across the file X-Git-Tag: v3.2.0~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f922b31943f4b2f45a380e8dd2dc2dc0a5ada066;p=thirdparty%2Flibcgroup.git tools/lscgroup: fix spellings across the file Fix the spelling mistakes across the file and also fix word case. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/src/tools/lscgroup.c b/src/tools/lscgroup.c index 280f1d68..67d97662 100644 --- a/src/tools/lscgroup.c +++ b/src/tools/lscgroup.c @@ -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));