diff --git a/EIPS/eip-7703.md b/EIPS/eip-7703.md index ffeb6abd5e56d6..2aab74b21552a6 100644 --- a/EIPS/eip-7703.md +++ b/EIPS/eip-7703.md @@ -17,7 +17,7 @@ An adjustment in the Ethereum calldata cost which reduces the maximum possible b ## Motivation Larger blocks take longer to propagate through the network. -In this way, the maximium potential block size is constraining the block gas limit. +In this way, the maximum potential block size is constraining the block gas limit. Therefore, in order to safely increase the block gas limit, the calldata gas must be increased. ## Specification @@ -27,7 +27,7 @@ Therefore, in order to safely increase the block gas limit, the calldata gas mus ## Rationale -Tripling the gas cost of calldata reduces the maximimum possible block size by a factor of three. +Tripling the gas cost of calldata reduces the maximum possible block size by a factor of three. ## Backwards Compatibility