Skip to content

Commit c683372

Browse files
authored
Merge pull request #739 from clesaege/patch-1
Fix misspelling in "compatibility"
2 parents 8ae0c40 + 81e4cde commit c683372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-20-token-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Allows `_spender` to withdraw from your account multiple times, up to the `_valu
128128

129129
**NOTE**: To prevent attack vectors like the one [described here](https://docs.google.com/document/d/1YLPtQxZu1UAvO9cZ1O2RPXBbT0mooh4DYKjA_jp-RLM/) and discussed [here](https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729),
130130
clients SHOULD make sure to create user interfaces in such a way that they set the allowance first to `0` before setting it to another value for the same spender.
131-
THOUGH The contract itself shouldn't enforce it, to allow backwards compatilibilty with contracts deployed before
131+
THOUGH The contract itself shouldn't enforce it, to allow backwards compatibility with contracts deployed before
132132

133133
``` js
134134
function approve(address _spender, uint256 _value) returns (bool success)

0 commit comments

Comments
 (0)