summaryrefslogtreecommitdiff
path: root/cap/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'cap/file.go')
-rw-r--r--cap/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cap/file.go b/cap/file.go
index c74e5b3..70dae92 100644
--- a/cap/file.go
+++ b/cap/file.go
@@ -267,7 +267,7 @@ func (c *Set) SetFd(file *os.File) error {
//go:uintptrescapes
-// SetFile attempts to set the file capabilities of the specfied
+// SetFile attempts to set the file capabilities of the specified
// filename. This function can also be used to delete a file's
// capabilities, by calling with c = nil.
//