diff --git a/src/runtime/virtcontainers/clh.go b/src/runtime/virtcontainers/clh.go index 75261c49c2..7f5bb1c9e1 100644 --- a/src/runtime/virtcontainers/clh.go +++ b/src/runtime/virtcontainers/clh.go @@ -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)") } }