From 25f14961cac940b80952e79f4dc96dd2fa3628b6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 15:59:09 +0200 Subject: [PATCH] chore: fix spelling errors (backport #1904) (#1912) chore: fix spelling errors (#1904) chore: spelling errors fixes Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> (cherry picked from commit adab6dfbfa041bfda3fa15ecff5917872e036654) Co-authored-by: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> --- tests/e2e/steps_partial_set_security.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/e2e/steps_partial_set_security.go b/tests/e2e/steps_partial_set_security.go index c4c256d1e8..aa8726aff7 100644 --- a/tests/e2e/steps_partial_set_security.go +++ b/tests/e2e/steps_partial_set_security.go @@ -1055,7 +1055,7 @@ func stepsValidatorSetCappedChain() []Step { }, }, // Οpt in "alice", "bob", and "carol." Note, that "alice" and "bob" use the provider's public key - // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assigment. + // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assignment. { Action: OptInAction{ Chain: ChainID("consu"), @@ -1064,7 +1064,7 @@ func stepsValidatorSetCappedChain() []Step { State: State{ ChainID("provi"): ChainState{ HasToValidate: &map[ValidatorID][]ChainID{ - // chain is not running yet and hence noone has to validate + // chain is not running yet and hence no one has to validate ValidatorID("alice"): {}, ValidatorID("bob"): {}, ValidatorID("carol"): {}, @@ -1292,7 +1292,7 @@ func stepsValidatorsPowerCappedChain() []Step { }, }, // Οpt in "alice", "bob", and "carol." Note, that "alice" and "bob" use the provider's public key - // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assigment. + // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assignment. { Action: OptInAction{ Chain: ChainID("consu"), @@ -1529,7 +1529,7 @@ func stepsValidatorsAllowlistedChain() []Step { }, }, // Οpt in "alice", "bob", and "carol." Note, that "alice" and "bob" use the provider's public key - // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assigment. + // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assignment. { Action: OptInAction{ Chain: ChainID("consu"), @@ -1738,7 +1738,7 @@ func stepsValidatorsDenylistedChain() []Step { }, }, // Οpt in "alice", "bob", and "carol." Note, that "alice" and "bob" use the provider's public key - // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assigment. + // (see `UseConsumerKey` is set to `false` in `getDefaultValidators`) and hence do not need a consumer-key assignment. { Action: OptInAction{ Chain: ChainID("consu"),