From 1195d96c525e5e6f979678d18483d779d05de528 Mon Sep 17 00:00:00 2001 From: Victor Wiebe <35141155+victorwiebe@users.noreply.github.com> Date: Wed, 6 May 2020 13:55:49 -0400 Subject: [PATCH] Typo in Fund Issuer --- contracts/tools/FundIssuer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tools/FundIssuer.sol b/contracts/tools/FundIssuer.sol index eadf9313..0a11403b 100644 --- a/contracts/tools/FundIssuer.sol +++ b/contracts/tools/FundIssuer.sol @@ -129,7 +129,7 @@ contract FundIssuer is ERC1820Client, IERC1400TokensRecipient, ERC1820Implemente // Mapping from (assetAddress, paymentAddress) to amount of escrowed ERC20. mapping(address => mapping (address => uint256)) internal _escrowedErc20; - // Mapping from (assetAddress, paymentAddress, peymentPartition) to amount of escrowed ERC1400. + // Mapping from (assetAddress, paymentAddress, paymentPartition) to amount of escrowed ERC1400. mapping(address => mapping (address => mapping (bytes32 => uint256))) internal _escrowedErc1400; // Mapping from token to token controllers.