Skip to content

Commit 78c46b7

Browse files
committed
Fix typo in test comment
1 parent c23f3c0 commit 78c46b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/machinehealthcheck_targets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func TestHealthCheckTargets(t *testing.T) {
197197
conditions.MarkTrue(cluster, clusterv1.InfrastructureReadyCondition)
198198
conditions.MarkTrue(cluster, clusterv1.ControlPlaneInitializedCondition)
199199

200-
// Ensure the control plane was initialized earlier to prevent it intefering with
200+
// Ensure the control plane was initialized earlier to prevent it interfering with
201201
// NodeStartupTimeout testing.
202202
conds := clusterv1.Conditions{}
203203
for _, condition := range cluster.GetConditions() {

0 commit comments

Comments
 (0)