diff --git a/test/e2e/util.go b/test/e2e/util.go index 1a5e0dc11d0..63c3e73381c 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