Fix many spelling errors (#3274)

This commit is contained in:
Pandapip1
2022-03-22 17:16:20 -04:00
committed by GitHub
parent 0eba5112c8
commit faf5820f03
21 changed files with 73 additions and 73 deletions

View File

@ -16,7 +16,7 @@ import "../utils/introspection/IERC165.sol";
interface IERC2981 is IERC165 {
/**
* @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of
* exchange. The royalty amount is denominated and should be payed in that same unit of exchange.
* exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
*/
function royaltyInfo(uint256 tokenId, uint256 salePrice)
external