chore: fix spelling errors (#18734)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
github-merge-queue
Julien Robert
parent
fe95384e37
commit
14e261eb73
@@ -427,7 +427,7 @@ func (s *addressTestSuite) TestCustomAddressVerifier() {
|
||||
return fmt.Errorf("incorrect address length %d", n)
|
||||
})
|
||||
|
||||
// Verifiy that the custom logic rejects this 10 byte address
|
||||
// Verify that the custom logic rejects this 10 byte address
|
||||
err = types.VerifyAddressFormat(addr)
|
||||
s.Require().NotNil(err)
|
||||
_, err = types.AccAddressFromBech32(accBech)
|
||||
|
||||
Reference in New Issue
Block a user