Skip to content

Commit

Permalink
chore: fix spelling errors (cosmos#20236)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
github-prbot and github-merge-queue[bot] authored May 2, 2024
1 parent 397cea1 commit 7af50b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func (s *SystemUnderTest) PrintBuffer() {
})
}

// AwaitBlockHeight blocks until te target height is reached. An optional timout parameter can be passed to abort early
// AwaitBlockHeight blocks until te target height is reached. An optional timeout parameter can be passed to abort early
func (s *SystemUnderTest) AwaitBlockHeight(t *testing.T, targetHeight int64, timeout ...time.Duration) {
t.Helper()
require.Greater(t, targetHeight, s.currentHeight)
Expand Down

0 comments on commit 7af50b0

Please sign in to comment.