From e3ea68aa1a01e9a67024faae5ee074ec9f9a74f0 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:09:21 +0200 Subject: [PATCH] chore: fix spelling errors (#20946) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- baseapp/test_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseapp/test_helpers.go b/baseapp/test_helpers.go index 32991aeb12..3125e268b0 100644 --- a/baseapp/test_helpers.go +++ b/baseapp/test_helpers.go @@ -41,7 +41,7 @@ func (app *BaseApp) SimDeliver(txEncoder sdk.TxEncoder, tx sdk.Tx) (sdk.GasInfo, } // SimWriteState is an entrypoint for simulations only. They are not executed during the normal ABCI finalize -// block step but later. Therefor an extra call to the root multi-store (app.cms) is required to write the changes. +// block step but later. Therefore an extra call to the root multi-store (app.cms) is required to write the changes. func (app *BaseApp) SimWriteState() { app.finalizeBlockState.ms.Write() }