fix a few typos (#5402)

This commit is contained in:
QuantumExplorer
2020-09-25 08:38:28 +04:00
committed by GitHub
parent c50c33e4e9
commit ecd3cbc2bd
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],
})