diff --git a/controlplane/kubeadm/api/v1alpha3/condition_consts.go b/controlplane/kubeadm/api/v1alpha3/condition_consts.go index b7d8e3243548..22fb4031474d 100644 --- a/controlplane/kubeadm/api/v1alpha3/condition_consts.go +++ b/controlplane/kubeadm/api/v1alpha3/condition_consts.go @@ -48,7 +48,7 @@ const ( const ( // MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane - // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade. + // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade. MachinesSpecUpToDateCondition clusterv1alpha3.ConditionType = "MachinesSpecUpToDate" // RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a diff --git a/controlplane/kubeadm/api/v1alpha4/condition_consts.go b/controlplane/kubeadm/api/v1alpha4/condition_consts.go index db83335b0374..8a57f2383c26 100644 --- a/controlplane/kubeadm/api/v1alpha4/condition_consts.go +++ b/controlplane/kubeadm/api/v1alpha4/condition_consts.go @@ -48,7 +48,7 @@ const ( const ( // MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane - // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade. + // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade. MachinesSpecUpToDateCondition clusterv1alpha4.ConditionType = "MachinesSpecUpToDate" // RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a diff --git a/controlplane/kubeadm/api/v1beta1/condition_consts.go b/controlplane/kubeadm/api/v1beta1/condition_consts.go index 18dc47da2843..c32b876bc3f5 100644 --- a/controlplane/kubeadm/api/v1beta1/condition_consts.go +++ b/controlplane/kubeadm/api/v1beta1/condition_consts.go @@ -48,7 +48,7 @@ const ( const ( // MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane - // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade. + // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade. MachinesSpecUpToDateCondition clusterv1.ConditionType = "MachinesSpecUpToDate" // RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a