Browse Source

Merge pull request #379 from skywinder/patch-1

Fixed typo in documentation
Francisco Giordano 8 years ago
parent
commit
d3bc0a4ef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/token/MintableToken.sol

+ 1 - 1
contracts/token/MintableToken.sol

@@ -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.
    */