]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
tools/cgxset: 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/cgxset.c

index e5eba5284c43bb55cacbf7f52d128baf0b21c801..83e32232af0c747d785c30addd8587fbc98f9849 100644 (file)
@@ -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 <name=value> <relative path to cgroup>\n", argv[0]);
                return -1;