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:
Cosmos SDK
2023-12-13 14:05:58 +00:00
committed by GitHub
co-authored by github-merge-queue Julien Robert
parent fe95384e37
commit 14e261eb73
13 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -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)