Fix typos

This commit is contained in:
Dimitris Apostolou
2019-02-18 13:17:49 +02:00
committed by GitHub
parent f65c37ea01
commit 63be3c9470
3 changed files with 5 additions and 5 deletions

View File

@@ -221,7 +221,7 @@ pub struct Parameters<E: Engine> {
pub h: Arc<Vec<E::G1Affine>>,
// Elements of the form (beta * u_i(tau) + alpha v_i(tau) + w_i(tau)) / delta
// for all auxillary inputs. Variables can never be unconstrained, so this
// for all auxiliary inputs. Variables can never be unconstrained, so this
// never contains points at infinity.
pub l: Arc<Vec<E::G1Affine>>,