Skip to content

Commit

Permalink
chore: fix spelling errors (#2132)
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] committed Aug 6, 2024
1 parent 2932769 commit c0950e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/partial_set_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestMinStake(t *testing.T) {
s.Require().NoError(err)

for i, val := range lastVals {
// check that the intiial state was set correctly
// check that the initial state was set correctly
require.Equal(s.T(), math.NewInt(tc.stakedTokens[i]), val.Tokens)
}

Expand Down

0 comments on commit c0950e2

Please sign in to comment.