aboutsummaryrefslogtreecommitdiff
path: root/cap/names.go
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2021-08-14 12:08:22 +0000
committerAndrew G. Morgan <morgan@kernel.org>2021-08-14 11:03:27 -0700
commite721aff543186ca4463954f8bca150b97736a01a (patch)
tree3454076d8639b129e79db2b5c6411940e1b1a8af /cap/names.go
parent686084897c15348f42bde8e4d3448edfc78ece79 (diff)
downloadlibcap-e721aff543186ca4463954f8bca150b97736a01a.tar.gz
Fix typos.
Typos found with codespell Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'cap/names.go')
-rw-r--r--cap/names.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cap/names.go b/cap/names.go
index bb69daa..8ee96d1 100644
--- a/cap/names.go
+++ b/cap/names.go
@@ -63,7 +63,7 @@ const (
SETGID
// SETUID 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
@@ -85,7 +85,7 @@ const (
// 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.]
SETPCAP