From c5892562033b3b13cf5656247e4df11a894f50d2 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 23 May 2019 19:35:20 -0300 Subject: [PATCH] fix typos --- contracts/token/ERC777/IERC777.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/token/ERC777/IERC777.sol b/contracts/token/ERC777/IERC777.sol index 6643969bd..776de1dc9 100644 --- a/contracts/token/ERC777/IERC777.sol +++ b/contracts/token/ERC777/IERC777.sol @@ -59,7 +59,7 @@ interface IERC777 { function send(address recipient, uint256 amount, bytes calldata data) external; /** - * @dev Destoys `amount` tokens from the caller's account, reducing the + * @dev Destroys `amount` tokens from the caller's account, reducing the * total supply. * * If a send hook is registered for the caller, the corresponding function @@ -114,7 +114,7 @@ interface IERC777 { * them. * * This list is immutable, but individual holders may revoke these via - *`revokeOperator`, in which case `isOperatorFor` will return false. + * `revokeOperator`, in which case `isOperatorFor` will return false. */ function defaultOperators() external view returns (address[] memory);