Skip to content

Commit 7f756dc

Browse files
authored
cmd/evm/testdata: fix typos in docs (#27742)
1 parent e86ad52 commit 7f756dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmd/evm/testdata/3/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
These files exemplify a transition where a transaction (excuted on block 5) requests
1+
These files exemplify a transition where a transaction (executed on block 5) requests
22
the blockhash for block `1`.

cmd/evm/testdata/4/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
These files exemplify a transition where a transaction (excuted on block 5) requests
1+
These files exemplify a transition where a transaction (executed on block 5) requests
22
the blockhash for block `4`, but where the hash for that block is missing.
33
It's expected that executing these should cause `exit` with errorcode `4`.

cmd/evm/testdata/8/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This test contains testcases for EIP-2930, which uses transactions with access l
77
The alloc portion contains one contract (`0x000000000000000000000000000000000000aaaa`), containing the
88
following code: `0x5854505854`: `PC ;SLOAD; POP; PC; SLOAD`.
99

10-
Essentialy, this contract does `SLOAD(0)` and `SLOAD(3)`.
10+
Essentially, this contract does `SLOAD(0)` and `SLOAD(3)`.
1111

1212
The alloc also contains some funds on `0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`.
1313

cmd/evm/testdata/9/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This test contains testcases for EIP-1559, which uses an new transaction type an
77
The alloc portion contains one contract (`0x000000000000000000000000000000000000aaaa`), containing the
88
following code: `0x58585454`: `PC; PC; SLOAD; SLOAD`.
99

10-
Essentialy, this contract does `SLOAD(0)` and `SLOAD(1)`.
10+
Essentially, this contract does `SLOAD(0)` and `SLOAD(1)`.
1111

1212
The alloc also contains some funds on `0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`.
1313

0 commit comments

Comments
 (0)