From 602d9d988498822361c4f579cff4ee7080cd7e50 Mon Sep 17 00:00:00 2001 From: Markus Waas Date: Sat, 25 May 2019 05:16:24 +1300 Subject: [PATCH] Fix spelling mistake in ERC20Burnable.sol (#1768) --- contracts/token/ERC20/ERC20Burnable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. */