From 0340da87660c0965b025632acdfde3e38cd6bb53 Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Fri, 20 Dec 2024 16:00:19 +0100 Subject: [PATCH] Fix Typos Across Multiple Files for Enhanced Clarity and Accuracy (#1364) Co-authored-by: Gautam Botrel --- backend/groth16/bn254/solidity.go | 2 +- std/hash/ripemd160/ripemd160_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/groth16/bn254/solidity.go b/backend/groth16/bn254/solidity.go index 31255fb94a..d9c8b0130a 100644 --- a/backend/groth16/bn254/solidity.go +++ b/backend/groth16/bn254/solidity.go @@ -206,7 +206,7 @@ contract Verifier { /// @notice Will revert with InvalidProof() if /// * the input is not a square, /// * the hint is incorrect, or - /// * the input coefficents are not reduced. + /// * the input coefficients are not reduced. /// @param a0 The real part of the input. /// @param a1 The imaginary part of the input. /// @param hint A hint which of two possible signs to pick in the equation. diff --git a/std/hash/ripemd160/ripemd160_test.go b/std/hash/ripemd160/ripemd160_test.go index 83f37cbd04..87db38d626 100644 --- a/std/hash/ripemd160/ripemd160_test.go +++ b/std/hash/ripemd160/ripemd160_test.go @@ -8,7 +8,7 @@ import ( "github.com/consensys/gnark/frontend" "github.com/consensys/gnark/std/math/uints" "github.com/consensys/gnark/test" - "golang.org/x/crypto/ripemd160" //nolint staticcheck, backwards compatiblity + "golang.org/x/crypto/ripemd160" //nolint staticcheck, backwards compatibility ) type ripemd160Circuit struct {