fix typo in a comment (#97)

This commit is contained in:
Alfredo Garcia 2021-05-17 09:47:12 -03:00 committed by GitHub
parent ace14ebae7
commit b77b090afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,