diff --git a/poly-commitment/src/utils.rs b/poly-commitment/src/utils.rs index fc43883aff..f91ff421d6 100644 --- a/poly-commitment/src/utils.rs +++ b/poly-commitment/src/utils.rs @@ -63,7 +63,7 @@ impl<'a, F: Field> ScaledChunkedPolynomial { /// Combine the polynomials using a scalar (`polyscale`), creating a single /// unified polynomial to open. This function also accepts polynomials in -/// evaluations form. In this case it applies an IFFT, and, if necessarry, +/// evaluations form. In this case it applies an IFFT, and, if necessary, /// applies chunking to it (ie. split it in multiple polynomials of /// degree less than the SRS size). ///