Fix spelling mistake in ERC20Burnable.sol (#1768)

(cherry picked from commit 602d9d9884)
This commit is contained in:
Markus Waas
2019-05-25 05:16:24 +13:00
committed by Francisco Giordano
parent 132e442c1f
commit 894afb9a1a

View File

@ -9,7 +9,7 @@ import "./ERC20.sol";
*/ */
contract ERC20Burnable is ERC20 { contract ERC20Burnable is ERC20 {
/** /**
* @dev Destoys `amount` tokens from the caller. * @dev Destroys `amount` tokens from the caller.
* *
* See `ERC20._burn`. * See `ERC20._burn`.
*/ */