summaryrefslogtreecommitdiff
path: root/progs/capshdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'progs/capshdoc.h')
-rw-r--r--progs/capshdoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/capshdoc.h b/progs/capshdoc.h
index 82f18fc..c182144 100644
--- a/progs/capshdoc.h
+++ b/progs/capshdoc.h
@@ -56,7 +56,7 @@ static const char *explanation6[] = { /* cap_setgid = 6 */
};
static const char *explanation7[] = { /* cap_setuid = 7 */
"Allows a process to freely manipulate its own UIDs:",
- " - arbitraily set the UID, EUID, REUID and RESUID",
+ " - arbitrarily set the UID, EUID, REUID and RESUID",
" values",
" - allows the forging of UID credentials passed over a",
" socket",
@@ -79,7 +79,7 @@ static const char *explanation8[] = { /* cap_setpcap = 8 */
"default, as its unsuppressed behavior was not",
"auditable: it could asynchronously grant its own",
"Permitted capabilities to and remove capabilities from",
- "other processes arbitraily. The former leads to",
+ "other processes arbitrarily. The former leads to",
"undefined behavior, and the latter is better served by",
"the kill system call.]",
NULL