Merge pull request #21290 from vsimon/patch-1

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-16 08:55:07 -08:00
commit a12b202dd7

View File

@ -1273,7 +1273,7 @@ func kubectlCmd(args ...string) *exec.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.
type kubectlBuilder struct {
cmd *exec.Cmd