diff --git a/EIPS/eip-7805.md b/EIPS/eip-7805.md index 980b307e23d947..6f3ee46337f719 100644 --- a/EIPS/eip-7805.md +++ b/EIPS/eip-7805.md @@ -103,7 +103,7 @@ For each transaction `T` in ILs, perform the following: 3. Execute `T` on state `S`. Assert that the execution of `T` fails. -If `B` is full, the process terminates. Also note that we do not need to reset the state to `S`, since the only way for a transaction to alter the state is for it to execute sucessfully, in which case the block is invalid, and so the block will not be applied to the state. +If `B` is full, the process terminates. Also note that we do not need to reset the state to `S`, since the only way for a transaction to alter the state is for it to execute successfully, in which case the block is invalid, and so the block will not be applied to the state. We make the following changes to the engine API: