Skip to content

Commit d7a25c1

Browse files
authored
Merge pull request #6419 from Unix4ever/fix-typo-in-api-comments
📖 Correct a typo in the `MachinesSpecUpToDate` condition comment
2 parents 907debc + 649c81a commit d7a25c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

controlplane/kubeadm/api/v1alpha3/condition_consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848

4949
const (
5050
// MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane
51-
// is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
51+
// is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
5252
MachinesSpecUpToDateCondition clusterv1alpha3.ConditionType = "MachinesSpecUpToDate"
5353

5454
// RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a

controlplane/kubeadm/api/v1alpha4/condition_consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848

4949
const (
5050
// MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane
51-
// is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
51+
// is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
5252
MachinesSpecUpToDateCondition clusterv1alpha4.ConditionType = "MachinesSpecUpToDate"
5353

5454
// RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a

controlplane/kubeadm/api/v1beta1/condition_consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848

4949
const (
5050
// MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane
51-
// is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
51+
// is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
5252
MachinesSpecUpToDateCondition clusterv1.ConditionType = "MachinesSpecUpToDate"
5353

5454
// RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a

0 commit comments

Comments
 (0)