all: fix typos in comments (#28682)

chore(core,eth):fix a couple of typos
This commit is contained in:
alex
2023-12-18 09:35:12 +01:00
committed by GitHub
parent f1794ba278
commit edc864f9ba
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -671,7 +671,7 @@ func TestColdAccountAccessCost(t *testing.T) {
for ii, op := range tracer.StructLogs() {
t.Logf("%d: %v %d", ii, op.OpName(), op.GasCost)
}
t.Fatalf("tescase %d, gas report wrong, step %d, have %d want %d", i, tc.step, have, want)
t.Fatalf("testcase %d, gas report wrong, step %d, have %d want %d", i, tc.step, have, want)
}
}
}