We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da66603 commit a685573Copy full SHA for a685573
contracts/InviteToken.sol
@@ -73,7 +73,7 @@ contract StandardToken is ERC20 {
73
74
/**
75
* @dev Aprove the passed address to spend the specified amount of tokens on behalf of msg.sender.
76
- * This only works when the allowance is 0. Cannot be used to change allowance.
+ * This only works when the allowance is 0. Cannot be used to change allowance.
77
* https://github.com/ethereum/EIPs/issues/738#issuecomment-336277632
78
* @param _spender The address which will spend the funds.
79
* @param _value The amount of tokens to be spent.
0 commit comments