Commit b12db57f by Petr Korolev Committed by GitHub

Fixed typo

recieve -> receive
parent 0ed98ea9
......@@ -27,7 +27,7 @@ contract MintableToken is StandardToken, Ownable {
/**
* @dev Function to mint tokens
* @param _to The address that will recieve the minted tokens.
* @param _to The address that will receive the minted tokens.
* @param _amount The amount of tokens to mint.
* @return A boolean that indicates if the operation was successful.
*/
......
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