From 6ee037003ba68d84180dfd7340e38b9c8f4d01fa Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Mon, 25 Jan 2016 08:09:39 +0200 Subject: extensions: fix cgroup2 help message in libxt_cgroup.c. This patch fixes a typo in the cgroup2 cgroup_help_v1() method in extensions\ibxt_cgroup.c. Signed-off-by: Rami Rosen Signed-off-by: Pablo Neira Ayuso --- extensions/libxt_cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_cgroup.c') diff --git a/extensions/libxt_cgroup.c b/extensions/libxt_cgroup.c index bea3c808..3be42ad5 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[] = { -- cgit v1.2.3