]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: fix cgroup2 help message in libxt_cgroup.c.
authorRami Rosen <rami.rosen@intel.com>
Mon, 25 Jan 2016 06:09:39 +0000 (08:09 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 25 Jan 2016 10:18:54 +0000 (11:18 +0100)
This patch fixes a typo in the cgroup2 cgroup_help_v1() method in extensions\ibxt_cgroup.c.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
extensions/libxt_cgroup.c

index bea3c8082f3fe0ab8b3d4c79274f2481a51739e0..3be42ad530cd404354bee2eba1f69406089ea519 100644 (file)
@@ -19,7 +19,7 @@ static void cgroup_help_v1(void)
        printf(
 "cgroup match options:\n"
 "[!] --path path                 Recursively match path relative to cgroup2 root\n"
-"[!] --cgroup claasid            Match cgroup classid, can't be used with --path\n");
+"[!] --cgroup classid            Match cgroup classid, can't be used with --path\n");
 }
 
 static const struct xt_option_entry cgroup_opts_v0[] = {