diff --git a/contracts/vesting/VestingWalletRecovery.sol b/contracts/vesting/VestingWalletRecovery.sol index 8173fc2b..cc9fb7c1 100644 --- a/contracts/vesting/VestingWalletRecovery.sol +++ b/contracts/vesting/VestingWalletRecovery.sol @@ -6,7 +6,7 @@ pragma solidity ^0.8.9; import "./VestingWalletV1.sol"; /** - * This contract is desigend for recovering the in case the beneficiary was lost. + * This contract is designed for recovering the in case the beneficiary was lost. */ contract VestingWalletRecovery is VestingWalletV1 { event BeneficiaryUpdate(address newBeneficiary);