diff --git a/OvmfPkg/Library/VmmSpdmVTpm/SpdmConnect.c b/OvmfPkg/Library/VmmSpdmVTpm/SpdmConnect.c index d92ab26f82c..056e9246652 100644 --- a/OvmfPkg/Library/VmmSpdmVTpm/SpdmConnect.c +++ b/OvmfPkg/Library/VmmSpdmVTpm/SpdmConnect.c @@ -870,7 +870,7 @@ VmmSpdmVTpmInitSpdmContext ( #define SPDM_CERT_CHAIN_HEADER_SIZE (4+48) /** - * Verfiy the peer cert. + * Verify the peer cert. * * @param CertChain A pointer to the cert chain. * @param CertChainSize The size of the cert chain.