fix: correct typos across codebase (#25335)

This commit is contained in:
sashaodessa
2025-09-10 19:36:08 +00:00
committed by GitHub
parent b848f4c6cb
commit 6c5882bc40
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -915,7 +915,7 @@ func (app *BaseApp) FinalizeBlock(req *abci.RequestFinalizeBlock) (res *abci.Res
return res, err
}
// checkHalt checkes if height or time exceeds halt-height or halt-time respectively.
// checkHalt checks if height or time exceeds halt-height or halt-time respectively.
func (app *BaseApp) checkHalt(height int64, time time.Time) error {
var halt bool
switch {