Skip to content

Commit a685573

Browse files
committed
removing space
1 parent da66603 commit a685573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/InviteToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ contract StandardToken is ERC20 {
7373

7474
/**
7575
* @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.
76+
* This only works when the allowance is 0. Cannot be used to change allowance.
7777
* https://github.com/ethereum/EIPs/issues/738#issuecomment-336277632
7878
* @param _spender The address which will spend the funds.
7979
* @param _value The amount of tokens to be spent.

0 commit comments

Comments
 (0)