From a879036e3f860cb0ad854d95241fc4fb09af8573 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Fri, 26 Jun 2026 16:06:26 +0200 Subject: [PATCH] pv/error: Fix typo in BinArcbSeaSmall error message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- rust/pv/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pv/src/error.rs b/rust/pv/src/error.rs index 9a25a452..5ae0ce69 100644 --- a/rust/pv/src/error.rs +++ b/rust/pv/src/error.rs @@ -94,7 +94,7 @@ pub enum Error { BinArcbInvVersion(u32), #[error( - "The attestation request encrypted sice is to0 small {0}. Request probably tampered with." + "The attestation request encrypted sice is too small {0}. Request probably tampered with." )] BinArcbSeaSmall(u32),