diff --git a/src/frost.rs b/src/frost.rs index b96b5da..75f98c2 100644 --- a/src/frost.rs +++ b/src/frost.rs @@ -516,7 +516,7 @@ fn gen_challenge( .finalize() } -/// Generates the langrange coefficient for the i'th participant. +/// Generates the lagrange coefficient for the i'th participant. fn gen_lagrange_coeff( signer_index: u8, signing_package: &SigningPackage,