Update ERC20.sol (#1815)

Fix typo
This commit is contained in:
Ross Campbell
2019-07-10 17:08:22 -04:00
committed by Francisco Giordano
parent cdccf5ed21
commit b084f42029

View File

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