From b13369e0ece70916e550e4c45b191f27704f0bac Mon Sep 17 00:00:00 2001 From: Vicken Simonian Date: Mon, 15 Feb 2016 20:14:39 -0800 Subject: [PATCH] Fix comment typo --- test/e2e/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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