From b533b61047acd88896c66a97d68ce19f9e4564cc Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 15 Mar 2018 19:54:12 +0800 Subject: [PATCH] Typo fix "structur"->"structure" line 31: a spell err "structur" should be "structure" --- cluster-autoscaler/config/kubernetes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/config/kubernetes.go b/cluster-autoscaler/config/kubernetes.go index 4359a647e7..673a7ec576 100644 --- a/cluster-autoscaler/config/kubernetes.go +++ b/cluster-autoscaler/config/kubernetes.go @@ -28,7 +28,7 @@ import ( // This code was borrowed from Heapster to push the work forward and contains some functionality // that may not be needed in Kubernetes. -// TODO(mwielgus): revisit this once we have the basic structur ready. +// TODO(mwielgus): revisit this once we have the basic structure ready. const ( defaultUseServiceAccount = false