From 1f0c68d08f669c6813f9759fcc254a72855a577c Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:29:23 +0100 Subject: [PATCH] chore: fix spelling errors (#19289) Co-authored-by: github-merge-queue --- baseapp/abci_utils_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseapp/abci_utils_test.go b/baseapp/abci_utils_test.go index 82562c45916b..9d1cbac1aa85 100644 --- a/baseapp/abci_utils_test.go +++ b/baseapp/abci_utils_test.go @@ -512,7 +512,7 @@ func (s *ABCIUtilsTestSuite) TestDefaultProposalHandler_PriorityNonceMempoolTxSe expectedTxs: []int{9}, }, "no txs added": { - // Becasuse the first tx was deemed valid but too big, the next expected valid sequence is tx[0].seq (3), so + // Because the first tx was deemed valid but too big, the next expected valid sequence is tx[0].seq (3), so // the rest of the txs fail because they have a seq of 4. ctx: s.ctx, txInputs: []testTx{testTxs[12], testTxs[13], testTxs[14]},