chore: fix spelling errors (#23270)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
github-actions[bot]
2025-01-09 20:52:55 +00:00
committed by GitHub
co-authored by github-merge-queue Alex | Interchain Labs
parent 87dfe258b2
commit 06f5339d78
18 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func (o CodecOptions) NewCodec() *codec.ProtoCodec {
return codec.NewProtoCodec(o.NewInterfaceRegistry())
}
// GetAddressCodec returns the address codec. If not address codec was provided it'll create a new one based on the
// GetAddressCodec returns the address codec. If no address codec was provided it'll create a new one based on the
// bech32 prefix.
func (o CodecOptions) GetAddressCodec() coreaddress.Codec {
if o.AddressCodec != nil {