docs: fix typos (backport #21514) (#21551)

Co-authored-by: omahs <73983677+omahs@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2024-09-04 22:09:30 +02:00
committed by GitHub
co-authored by omahs
parent c4c0142ef4
commit de345f16d7
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -906,7 +906,7 @@ func testnetify[T types.Application](ctx *Context, testnetAppCreator types.AppCr
return nil, err
}
// Create ValidatorSet struct containing just our valdiator.
// Create ValidatorSet struct containing just our validator.
newVal := &cmttypes.Validator{
Address: validatorAddress,
PubKey: userPubKey,