Skip to content

Commit 5cabb1c

Browse files
committed
fix spelling
1 parent dde0bca commit 5cabb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cbork-utils/src/decode_helper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub fn decode_any(d: &mut Decoder, from: &str) -> Result<Vec<u8>, decode::Error>
8787
.input()
8888
.get(start..end)
8989
.ok_or(decode::Error::message(format!(
90-
"Failed to get any CBOR bytes in {from}. Ivalid CBOR bytes."
90+
"Failed to get any CBOR bytes in {from}. Invalid CBOR bytes."
9191
)))?
9292
.to_vec();
9393
Ok(bytes)

0 commit comments

Comments
 (0)