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),