diff --git a/contracts/token/ERC20/ERC20Burnable.sol b/contracts/token/ERC20/ERC20Burnable.sol index de2234da5..911be6cf9 100644 --- a/contracts/token/ERC20/ERC20Burnable.sol +++ b/contracts/token/ERC20/ERC20Burnable.sol @@ -9,7 +9,7 @@ import "./ERC20.sol"; */ contract ERC20Burnable is ERC20 { /** - * @dev Destoys `amount` tokens from the caller. + * @dev Destroys `amount` tokens from the caller. * * See `ERC20._burn`. */