Skip to content

Commit

Permalink
Update pkg/drivers/kvm/kvm.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <[email protected]>
  • Loading branch information
medyagh and spowelljr authored Dec 12, 2024
1 parent 487a5cf commit 4ece496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/kvm/kvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ func (d *Driver) waitForStopState(maxsec int, method string) (state.State, error
time.Sleep(1 * time.Second)
}

return s, fmt.Errorf("timed out waitig for domain %s, current state is %q", method, s)
return s, fmt.Errorf("timed out waiting for domain %s, current state is %q", method, s)
}

// Remove a host
Expand Down

0 comments on commit 4ece496

Please sign in to comment.