Skip to content

Commit

Permalink
chore: fix typo on error when reading a xkey (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Norris <[email protected]>
  • Loading branch information
protochron authored Sep 25, 2024
1 parent 48ef96f commit 6f8757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xkeys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl XKey {
if ty != PREFIX_BYTE_CURVE {
return Err(err!(
InvalidPrefix,
"Expect a cruve, got {:?}",
"Expected a curve, got {:?}",
KeyPairType::from(ty)
));
}
Expand Down

0 comments on commit 6f8757a

Please sign in to comment.