This patch fixes a typo in the cgroup2 cgroup_help_v1() method in extensions\ibxt_cgroup.c. Signed-off-by: Rami Rosen <rami.rosen@xxxxxxxxx> --- extensions/libxt_cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/libxt_cgroup.c b/extensions/libxt_cgroup.c index bea3c80..3be42ad 100644 --- a/extensions/libxt_cgroup.c +++ b/extensions/libxt_cgroup.c @@ -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[] = { -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html