Skip to content

Commit

Permalink
chore: fix typo (#4179)
Browse files Browse the repository at this point in the history
validitor - validator
  • Loading branch information
eeemmmmmm authored Jan 6, 2025
1 parent d80f027 commit eb46175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/genesis/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb46175

Please sign in to comment.