Skip to content

Commit e875a35

Browse files
committed
Fix typos
1 parent e9d6f82 commit e875a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1alpha1/proxmoxcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type IPConfig struct {
8787
// +optional
8888
Gateway string `json:"gateway,omitempty"`
8989

90-
// DHCP indicates that if DHCP should be used to assign IP addresses.
90+
// DHCP indicates that DHCP should be used to assign IP addresses.
9191
// mutually exclusive with Addresses.
9292
// +optional
9393
// +kubebuilder:default=false

internal/service/vmservice/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func reconcileBootstrapData(ctx context.Context, machineScope *scope.MachineScop
4141
}
4242

4343
if machineScope.VirtualMachine == nil {
44-
// skip machine is not yet provisioned.
44+
// skip machine if it is not provisioned yet
4545
conditions.MarkFalse(machineScope.ProxmoxMachine, infrav1alpha1.VMProvisionedCondition, infrav1alpha1.WaitingForBootstrapDataReason, clusterv1.ConditionSeverityWarning, "no ip address")
4646
return true, nil
4747
}

0 commit comments

Comments
 (0)