From 2e1d62ac650d1bb71aa633477f805a0dcc55b0c4 Mon Sep 17 00:00:00 2001 From: Dan Mace Date: Mon, 8 Sep 2014 20:23:30 -0400 Subject: [PATCH] Typo correction --- hack/config-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/config-go.sh b/hack/config-go.sh index e37c91bc90e..84147132d6d 100644 --- a/hack/config-go.sh +++ b/hack/config-go.sh @@ -109,7 +109,7 @@ kube::setup_go_environment() { GOPATH="${KUBE_TARGET}:${KUBE_REPO_ROOT}/Godeps/_workspace" export GOPATH - # Unset GOBIN in case it already exsits in the current session. + # Unset GOBIN in case it already exists in the current session. unset GOBIN }