From b77b090afbd43029e97bfe41327cb9a2ff4cb602 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 17 May 2021 09:47:12 -0300 Subject: [PATCH] fix typo in a comment (#97) --- src/frost.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,