diff --git a/contracts/src/testing/DistributionWrapper.sol b/contracts/src/testing/DistributionWrapper.sol index 20a3c44a5..d2a0f7b6d 100644 --- a/contracts/src/testing/DistributionWrapper.sol +++ b/contracts/src/testing/DistributionWrapper.sol @@ -60,7 +60,7 @@ contract DistributionWrapper { } /** - * @dev Withdraw the rewrads accumilated by the caller(msg.sender). + * @dev Withdraw the rewrads accumulated by the caller(msg.sender). * @param _withdrawAddress The address of the delegator. */ function setWithdrawAddress(address _withdrawAddress) external returns (bool) { @@ -68,7 +68,7 @@ contract DistributionWrapper { } /** - * @dev Withdraw the rewrads accumilated by the caller(msg.sender). + * @dev Withdraw the rewrads accumulated by the caller(msg.sender). * @param _delegatorAddress The address of the delegator. * @param _validatorAddress The address of the validator. */ @@ -77,7 +77,7 @@ contract DistributionWrapper { } /** - * @dev Withdraw the rewrads accumilated by the caller(msg.sender). + * @dev Withdraw the rewrads accumulated by the caller(msg.sender). * @param _validator The address of the validator. */ function delegate(address _validator) external payable {