Fix comment typo

This commit is contained in:
Vicken Simonian 2016-02-15 20:14:39 -08:00
parent 180d34ed52
commit b13369e0ec

View File

@ -1273,7 +1273,7 @@ func kubectlCmd(args ...string) *exec.Cmd {
return cmd return cmd
} }
// kubectlBuilder is used to build, custimize and execute a kubectl Command. // kubectlBuilder is used to build, customize and execute a kubectl Command.
// Add more functions to customize the builder as needed. // Add more functions to customize the builder as needed.
type kubectlBuilder struct { type kubectlBuilder struct {
cmd *exec.Cmd cmd *exec.Cmd