Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Lee Treveil <leetreveil@gmail.com> (github: leetreveil)
  • Loading branch information
leetreveil committed Jul 8, 2014
1 parent 8e3130d commit 6a3cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/capabilities/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func DropBoundingSet(capabilities []string) error {
return nil
}

// DropCapabilities drops all capabilities for the current process expect those specified in the container configuration.
// DropCapabilities drops all capabilities for the current process except those specified in the container configuration.
func DropCapabilities(capList []string) error {
c, err := capability.NewPid(os.Getpid())
if err != nil {
Expand Down

0 comments on commit 6a3cea1

Please sign in to comment.