Skip to content

Commit

Permalink
chore: fix spelling errors (#1904)
Browse files Browse the repository at this point in the history
chore: spelling errors fixes

Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
Cosmos SDK and github-merge-queue[bot] authored May 22, 2024
1 parent 5f864a5 commit adab6df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/e2e/steps_partial_set_security.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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"): {},
Expand Down Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit adab6df

Please sign in to comment.