From 55f3443fc5e2876fec1ead62136c78580b519614 Mon Sep 17 00:00:00 2001 From: MuiaAlex Date: Mon, 19 Feb 2024 10:12:25 +0300 Subject: [PATCH] Update ERC1155Base.sol spelling mistake. "Royalties" was spelled wrongly. Signed-off-by: MuiaAlex --- contracts/base/ERC1155Base.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/base/ERC1155Base.sol b/contracts/base/ERC1155Base.sol index d19da2065..9d8c9e53b 100644 --- a/contracts/base/ERC1155Base.sol +++ b/contracts/base/ERC1155Base.sol @@ -20,7 +20,7 @@ import "../lib/Strings.sol"; * - Ability to mint NFTs via the provided `mintTo` and `batchMintTo` functions. * * - Contract metadata for royalty support on platforms such as OpenSea that use - * off-chain information to distribute roaylties. + * off-chain information to distribute royalties. * * - Ownership of the contract, with the ability to restrict certain functions to * only be called by the contract's owner.