From 4f2e3ff59c1bcd9b69499ade2a8482018cd23121 Mon Sep 17 00:00:00 2001 From: Matt Kocubinski Date: Wed, 11 Dec 2024 15:40:44 -0600 Subject: [PATCH] spelling --- tests/integration/tx/aminojson/aminojson_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/tx/aminojson/aminojson_test.go b/tests/integration/tx/aminojson/aminojson_test.go index d0f7b47e3b0c..9f925d5ea3ad 100644 --- a/tests/integration/tx/aminojson/aminojson_test.go +++ b/tests/integration/tx/aminojson/aminojson_test.go @@ -224,7 +224,7 @@ func TestAminoJSON_LegacyParity(t *testing.T) { // a pulsar encoded Math.dec (the string representation of a Decimal) into a gogo Math.dec (expecting an int64). protoUnmarshalFails bool - // sort JSON bytes before comparision. for certain types (like ModuleAccount) x/tx is not able to provide an + // sort JSON bytes before comparison. for certain types (like ModuleAccount) x/tx is not able to provide an // unsorted version. note that the legacy amino signer always sorted JSON bytes by round tripping them to/from // JSON before signing over them. sortJSON bool