Skip to content

Commit 00c6383

Browse files
authored
cmd: fix typos (#28323)
1 parent 8b99ad4 commit 00c6383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/evm/testdata/8/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dir=./testdata/8 && ./evm t8n --state.fork=Berlin --input.alloc=$dir/alloc.json
3232
{"pc":4,"op":84,"gas":"0x48456","gasCost":"0x64","memSize":0,"stack":["0x3"],"depth":1,"refund":0,"opName":"SLOAD"}
3333
```
3434

35-
Simlarly, we can provide the input transactions via `stdin` instead of as file:
35+
Similarly, we can provide the input transactions via `stdin` instead of as file:
3636

3737
```
3838
$ dir=./testdata/8 \

0 commit comments

Comments
 (0)