mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 23:38:31 +00:00
Merge pull request #6043 from GabyCT/topic/fixerrormsg
virtcontainers: Fix misspelling in error message
This commit is contained in:
commit
9c6e90fd55
@ -434,7 +434,7 @@ func (clh *cloudHypervisor) enableProtection() error {
|
|||||||
return errors.New("SEV-SNP protection is not supported by Cloud Hypervisor")
|
return errors.New("SEV-SNP protection is not supported by Cloud Hypervisor")
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return errors.New("This system doesn't support Confidentian Computing (Guest Protection)")
|
return errors.New("This system doesn't support Confidential Computing (Guest Protection)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user