Fixed typo

recieve -> receive
This commit is contained in:
Petr Korolev
2017-08-18 15:25:15 +03:00
committed by GitHub
parent 0ed98ea9b9
commit b12db57f34

View File

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