diff --git a/test/e2e/util.go b/test/e2e/util.go index f84692d4088..496a1bd1799 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -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