From b084f42029221c7e7c3db416ccf1fd4341ff9da9 Mon Sep 17 00:00:00 2001 From: Ross Campbell <41117279+Ro5s@users.noreply.github.com> Date: Wed, 10 Jul 2019 17:08:22 -0400 Subject: [PATCH] Update ERC20.sol (#1815) Fix typo --- contracts/token/ERC20/ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC20/ERC20.sol b/contracts/token/ERC20/ERC20.sol index 23cbcb845..6de7726d6 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -176,7 +176,7 @@ contract ERC20 is IERC20 { } /** - * @dev Destoys `amount` tokens from `account`, reducing the + * @dev Destroys `amount` tokens from `account`, reducing the * total supply. * * Emits a `Transfer` event with `to` set to the zero address.