Correct typo in the returned message

coundn't->couldn't
pull/3113/head
AdamDang 2018-08-30 16:04:36 +08:00 committed by dlorenc
parent e13ed7a1ae
commit 22ab50aa7e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ type PCIDevice struct {
func getDevicesXML() (string, error) {
unboundNVIDIADevices, err := getPassthroughableNVIDIADevices()
if err != nil {
return "", fmt.Errorf("coundn't generate devices XML: %v", err)
return "", fmt.Errorf("couldn't generate devices XML: %v", err)
}
var pciDevices []PCIDevice
for _, device := range unboundNVIDIADevices {