From d7cb8ffe6634d7ef5c0a8c16791df1db0a9f6edc Mon Sep 17 00:00:00 2001 From: calciumbe <192480234+calciumbe@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:33:42 +0800 Subject: [PATCH] Fix typo poly-commitment/src/utils.rs --- poly-commitment/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). ///