From 81bf0265c9f000160786476e41036ff6bf50df90 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Wed, 15 Nov 2017 22:17:55 -0800 Subject: [PATCH] Fix typo in CloudControllerManager --- cmd/cloud-controller-manager/app/options/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cloud-controller-manager/app/options/options.go b/cmd/cloud-controller-manager/app/options/options.go index 27c140af232..6120232659c 100644 --- a/cmd/cloud-controller-manager/app/options/options.go +++ b/cmd/cloud-controller-manager/app/options/options.go @@ -38,7 +38,7 @@ type CloudControllerManagerServer struct { Master string Kubeconfig string - // NodeStatusUpdateFrequency is the freuency at which the controller updates nodes' status + // NodeStatusUpdateFrequency is the frequency at which the controller updates nodes' status NodeStatusUpdateFrequency metav1.Duration }