diff --git a/backend/groth16/bn254/solidity.go b/backend/groth16/bn254/solidity.go index 31255fb94..d9c8b0130 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 83f37cbd0..87db38d62 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 {