Merge pull request #6043 from GabyCT/topic/fixerrormsg

virtcontainers: Fix misspelling in error message
This commit is contained in:
GabyCT 2023-01-13 09:16:34 -06:00 committed by GitHub
commit 9c6e90fd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,7 @@ func (clh *cloudHypervisor) enableProtection() error {
return errors.New("SEV-SNP protection is not supported by Cloud Hypervisor")
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)")
}
}