From cb42fcdf1dea34f5009f0e547125434998ad30ee Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 8 Jul 2018 23:28:50 -0700 Subject: [PATCH] installer/pkg/workflow/workflow: Fix "taked" -> "take" comment typo The typo is from 1b4bb622 (Cli tool, 2018-02-05, coreos/tectonic-installer#2806). --- installer/pkg/workflow/workflow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/pkg/workflow/workflow.go b/installer/pkg/workflow/workflow.go index 19a5ac0d97a..e4319385247 100644 --- a/installer/pkg/workflow/workflow.go +++ b/installer/pkg/workflow/workflow.go @@ -6,7 +6,7 @@ import "github.com/openshift/installer/installer/pkg/config" // It is meant to carry state for one step to another. // When creating a new workflow, initial state from external parameters // is also injected by when initializing the metadata object. -// Steps taked their inputs from the metadata object and persist +// Steps take their inputs from the metadata object and persist // results onto it for later consumption. type metadata struct { cluster config.Cluster