Skip to content

Commit 1ce735f

Browse files
committed
Update codec.go
Signed-off-by: sashaodessa <[email protected]>
1 parent 817fede commit 1ce735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/testsuite/codec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func MustProtoMarshalJSON(msg proto.Message) []byte {
110110
anyResolver := codectypes.NewInterfaceRegistry()
111111

112112
// EmitDefaults is set to false to prevent marshalling of unpopulated fields (memo)
113-
// OrigName and the anyResovler match the fields the original SDK function would expect
113+
// OrigName and the anyResolver match the fields the original SDK function would expect
114114
// in order to minimize changes.
115115

116116
// OrigName is true since there is no particular reason to use camel case

0 commit comments

Comments
 (0)