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 }