From: Samanta Navarro Date: Sat, 3 Oct 2020 11:56:40 +0000 (+0000) Subject: seccomp-util: fix typo in help message X-Git-Tag: v247-rc1~131^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b121df640475a3c8b9891a307f562abc754293d;p=thirdparty%2Fsystemd.git seccomp-util: fix typo in help message --- 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 */