Skip to content

Commit 4327e05

Browse files
committed
Fix spelling
1 parent 7aefbeb commit 4327e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/eviction_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (r *EvictionReconciler) handlePending(ctx context.Context, eviction *kvmv1.
134134
currentHypervisor, _, _ := strings.Cut(hypervisor.HypervisorHostname, ".")
135135
if currentHypervisor != hypervisorName {
136136
err = fmt.Errorf("hypervisor name %q does not match spec %q", currentHypervisor, hypervisorName)
137-
log.Error(err, "Hpyervisor name mismatch")
137+
log.Error(err, "Hypervisor name mismatch")
138138
if eviction.Status.EvictionState != Failed ||
139139
meta.SetStatusCondition(&eviction.Status.Conditions, metav1.Condition{
140140
Type: "Eviction",

0 commit comments

Comments
 (0)