summaryrefslogtreecommitdiffstats
path: root/common/hexec/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/hexec/exec.go')
-rw-r--r--common/hexec/exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hexec/exec.go b/common/hexec/exec.go
index 7a9fdd938..95e5162fc 100644
--- a/common/hexec/exec.go
+++ b/common/hexec/exec.go
@@ -118,7 +118,7 @@ func SafeCommand(name string, arg ...string) (*exec.Cmd, error) {
return exec.Command(bin, arg...), nil
}
-// Exec encorces a security policy for commands run via os/exec.
+// Exec enforces a security policy for commands run via os/exec.
type Exec struct {
sc security.Config