Commit a49fe53f by Manuel Aráoz Committed by GitHub

Merge pull request #258 from mbrix/master

fixed typo
parents fea2a838 403e7336
...@@ -36,7 +36,7 @@ contract StandardToken is BasicToken, ERC20 { ...@@ -36,7 +36,7 @@ contract StandardToken is BasicToken, ERC20 {
} }
/** /**
* @dev Aprove the passed address to spend the specified amount of tokens on beahlf of msg.sender. * @dev Aprove the passed address to spend the specified amount of tokens on behalf of msg.sender.
* @param _spender The address which will spend the funds. * @param _spender The address which will spend the funds.
* @param _value The amount of tokens to be spent. * @param _value The amount of tokens to be spent.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment