From eb461759e421cc9e51d6480d83d450fb53576c9a Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:05:57 +0100 Subject: [PATCH] chore: fix typo (#4179) validitor - validator --- test/util/genesis/accounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util/genesis/accounts.go b/test/util/genesis/accounts.go index a6942edc54..bada503d78 100644 --- a/test/util/genesis/accounts.go +++ b/test/util/genesis/accounts.go @@ -71,7 +71,7 @@ func NewDefaultValidator(name string) Validator { } } -// ValidateBasic performs stateless validation on the validitor +// ValidateBasic performs stateless validation on the validator func (v *Validator) ValidateBasic() error { if err := v.KeyringAccount.ValidateBasic(); err != nil { return err