Skip to content

Commit

Permalink
Update src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hamy Ratoanina <ratoanina.hamy@gmail.com>
  • Loading branch information
dvdplm and hratoanina committed Mar 27, 2024
1 parent 20859c1 commit 0789ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl<C: CipherSuite> core::fmt::Display for Error<C> {
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
)
}
Expand Down

0 comments on commit 0789ebf

Please sign in to comment.