From 5faa19ede8987d160faffe3178b25274788d619b Mon Sep 17 00:00:00 2001 From: "he.qingguo" Date: Thu, 31 Dec 2020 16:00:53 +0800 Subject: [PATCH] Fix Spelling error about [workflow] for kubeadm Signed-off-by: he.qingguo --- cmd/kubeadm/app/cmd/upgrade/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/upgrade/node.go b/cmd/kubeadm/app/cmd/upgrade/node.go index af48a373c0b..0c4ebb5dd1d 100644 --- a/cmd/kubeadm/app/cmd/upgrade/node.go +++ b/cmd/kubeadm/app/cmd/upgrade/node.go @@ -49,7 +49,7 @@ type nodeOptions struct { // compile-time assert that the local data object satisfies the phases data interface. var _ phases.Data = &nodeData{} -// nodeData defines all the runtime information used when running the kubeadm upgrade node worklow; +// nodeData defines all the runtime information used when running the kubeadm upgrade node workflow; // this data is shared across all the phases that are included in the workflow. type nodeData struct { etcdUpgrade bool