pv: Fix typo

Signed-off-by: Marc Hartmayer <marc@linux.ibm.com>
Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2026-07-14 17:42:27 +02:00
committed by Jan Höppner
parent ff19180f03
commit dcece3f980

View File

@@ -220,7 +220,7 @@ pub fn verify_chain(
// verify certificate
let res = ctx.verify_cert()?;
if !res {
debug!("Failed to verify the singing key with the chain of trust");
debug!("Failed to verify the signing key with the chain of trust");
return Ok(res);
}
// verify that the chain is as expected