From 08cea10aa71e4228e46ade267dfc52aa565e7db3 Mon Sep 17 00:00:00 2001 From: Luca Daniel Date: Mon, 17 Feb 2020 21:31:26 +0200 Subject: [PATCH] Fix `operatorBurn` description typo. (#2091) --- contracts/token/ERC777/IERC777.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC777/IERC777.sol b/contracts/token/ERC777/IERC777.sol index f4a6e2cdd..a93b3a92f 100644 --- a/contracts/token/ERC777/IERC777.sol +++ b/contracts/token/ERC777/IERC777.sol @@ -146,7 +146,7 @@ interface IERC777 { ) external; /** - * @dev Destoys `amount` tokens from `account`, reducing the total supply. + * @dev Destroys `amount` tokens from `account`, reducing the total supply. * The caller must be an operator of `account`. * * If a send hook is registered for `account`, the corresponding function