fix a few typos (#5402)

This commit is contained in:
QuantumExplorer
2020-10-22 13:36:08 +02:00
committed by Erik Grinaker
parent 41ab199378
commit 1b733ea28d
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ func TestValUpdates(t *testing.T) {
total := 10
nInit := 5
vals := RandVals(total)
// iniitalize with the first nInit
// initialize with the first nInit
kvstore.InitChain(types.RequestInitChain{
Validators: vals[:nInit],
})