chore: fix all typos (#20196)

This commit is contained in:
Hoang Do
2024-04-26 10:01:14 +00:00
committed by GitHub
parent bf6ecbc28c
commit 99dbdd5aa7
29 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
// SetupSimulation creates the config, db (levelDB), temporary directory and logger for the simulation tests.
// If `skip` is false it skips the current test. `skip` should be set using the `FlagEnabledValue` flag.
// Returns error on an invalid db intantiation or temp dir creation.
// Returns error on an invalid db instantiation or temp dir creation.
func SetupSimulation(config simtypes.Config, dirPrefix, dbName string, verbose, skip bool) (dbm.DB, string, log.Logger, bool, error) {
if !skip {
return nil, "", nil, true, nil