From ef75bc880e579b977ea0f5e04029e2509a9c0b4a Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 11 Apr 2013 20:51:39 +0300 Subject: Fix various typos --- sys-utils/setpriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/setpriv.c') diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c index a547fd7ca..9db3b9db9 100644 --- a/sys-utils/setpriv.c +++ b/sys-utils/setpriv.c @@ -793,7 +793,7 @@ int main(int argc, char **argv) if (opts.have_securebits) if (prctl(PR_SET_SECUREBITS, opts.securebits, 0, 0, 0) != 0) - err(SETPRIV_EXIT_PRIVERR, _("set procecess securebits failed")); + err(SETPRIV_EXIT_PRIVERR, _("set process securebits failed")); if (opts.bounding_set) { do_caps(CAPNG_BOUNDING_SET, opts.bounding_set); -- cgit v1.2.3-55-g7522