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
@@ -450,7 +450,7 @@ func testCallContract(t *testing.T, client *rpc.Client) {
func TestOverrideAccountMarshal(t *testing.T) {
om := map[common.Address]OverrideAccount{
{0x11}: {
// Zero-valued nonce is not overriddden, but simply dropped by the encoder.
// Zero-valued nonce is not overridden, but simply dropped by the encoder.
Nonce: 0,
},
{0xaa}: {