summaryrefslogtreecommitdiffstats
path: root/sys-utils/setpriv.c
diff options
context:
space:
mode:
authorYuri Chornoivan2013-04-11 19:51:39 +0200
committerKarel Zak2013-04-26 12:50:03 +0200
commitef75bc880e579b977ea0f5e04029e2509a9c0b4a (patch)
tree79987cfdaaf444de2e47e17638d1da8d7859417c /sys-utils/setpriv.c
parentwipefs: clean up code (diff)
downloadkernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.tar.gz
kernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.tar.xz
kernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.zip
Fix various typos
Diffstat (limited to 'sys-utils/setpriv.c')
-rw-r--r--sys-utils/setpriv.c2
1 files changed, 1 insertions, 1 deletions
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);