From 6a7c109f43e7531fd4c668bc1575986aa5b63102 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 30 Oct 2017 23:47:59 -0400 Subject: [PATCH] fix typo in comment: mananging --- nodeup/pkg/model/kubectl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeup/pkg/model/kubectl.go b/nodeup/pkg/model/kubectl.go index 652284e04b..d9e5e0d93a 100644 --- a/nodeup/pkg/model/kubectl.go +++ b/nodeup/pkg/model/kubectl.go @@ -33,7 +33,7 @@ type KubectlBuilder struct { var _ fi.ModelBuilder = &KubectlBuilder{} -// Build is responsible for mananging the kubectl on the nodes +// Build is responsible for managing the kubectl on the nodes func (b *KubectlBuilder) Build(c *fi.ModelBuilderContext) error { if !b.IsMaster { return nil