From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: tools/cgxset: fix spellings across the file X-Git-Tag: v3.2.0~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816dbb00e25bdd31f190029059e5ab5aa5bb9e85;p=thirdparty%2Flibcgroup.git tools/cgxset: 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/cgxset.c b/src/tools/cgxset.c index e5eba528..83e32232 100644 --- a/src/tools/cgxset.c +++ b/src/tools/cgxset.c @@ -161,7 +161,7 @@ int main(int argc, char *argv[]) int ret = 0; int c; - /* no parametr on input */ + /* no parameter on input */ if (argc < 2) { err("Usage is %s -r \n", argv[0]); return -1;