From dcece3f980238742d81a6688d9f56e6cc6acc050 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Tue, 14 Jul 2026 17:42:27 +0200 Subject: [PATCH] pv: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Hartmayer Reviewed-by: Steffen Eiden Signed-off-by: Jan Höppner --- rust/pv/src/verify/helper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pv/src/verify/helper.rs b/rust/pv/src/verify/helper.rs index 99eebf82..34fce64d 100644 --- a/rust/pv/src/verify/helper.rs +++ b/rust/pv/src/verify/helper.rs @@ -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