Skip to content

Commit

Permalink
Merge pull request openshift#77 from leetreveil/spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
vmarmol committed Jul 9, 2014
2 parents c427473 + 6a3cea1 commit 32221d5
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 32221d5

Please sign in to comment.