diff --git a/EIPS/eip-1052.md b/EIPS/eip-1052.md index 356404f1915b14..bf95ca641df0a8 100644 --- a/EIPS/eip-1052.md +++ b/EIPS/eip-1052.md @@ -59,7 +59,7 @@ There are no backwards compatibility concerns. ## Test Cases 1. The `EXTCODEHASH` of the account without code is `c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470` - what is the keccack256 hash of empty data. + what is the keccak256 hash of empty data. 2. The `EXTCODEHASH` of non-existent account is `0`. 3. The `EXTCODEHASH` of a precompiled contract is either `c5d246...` or `0`. 4. If `EXTCODEHASH` of `A` is `X`, then `EXTCODEHASH` of `A + 2**160` is `X`.