From 7b121df640475a3c8b9891a307f562abc754293d Mon Sep 17 00:00:00 2001 From: Samanta Navarro Date: Sat, 3 Oct 2020 11:56:40 +0000 Subject: [PATCH] seccomp-util: fix typo in help message --- src/shared/seccomp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index b22ef7cec1d..9e3555d9867 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -691,7 +691,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { }, [SYSCALL_FILTER_SET_PROCESS] = { .name = "@process", - .help = "Process control, execution, namespaceing operations", + .help = "Process control, execution, namespacing operations", .value = "arch_prctl\0" "capget\0" /* Able to query arbitrary processes */ -- 2.47.3