diff --git a/src/error.rs b/src/error.rs index 043245f..89de3f8 100644 --- a/src/error.rs +++ b/src/error.rs @@ -94,7 +94,7 @@ impl core::fmt::Display for Error { Error::IndexMismatch(participant_idx, pubkey_idx) => { write!( f, - "Index mismatch between participant index ({}) and the publick key index ({}).", + "Index mismatch between participant index ({}) and the public key index ({}).", participant_idx, pubkey_idx ) }