diff --git a/EIPS/eip-6110.md b/EIPS/eip-6110.md index 1a15befa86b7ca..d4226f1ea4c81b 100644 --- a/EIPS/eip-6110.md +++ b/EIPS/eip-6110.md @@ -161,7 +161,7 @@ A block that does not satisfy the above conditions **MUST** be deemed invalid. Consensus layer changes can be summarized into the following list: -1. `ExecutionPayload` is extended with a new `deposit_receipts` field to accomodate deposit operations list. +1. `ExecutionPayload` is extended with a new `deposit_receipts` field to accommodate deposit operations list. 2. `BeaconState` is appended with `deposit_receipts_start_index` used to switch from the former deposit mechanism to the new one. 3. As a part of transition logic a new beacon block validity condition is added to constrain the usage of `Eth1Data` poll. 4. A new `process_deposit_receipt` function is added to the block processing routine to handle `deposit_receipts` processing.