pv/error: Fix typo in BinArcbSeaSmall error message

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <marc@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2026-06-26 16:06:26 +02:00
committed by Jan Höppner
parent 5340d11165
commit a879036e3f

View File

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