From 2bc8040924c4065303e1151559ebe585329a1420 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Thu, 9 May 2024 11:33:32 +0200 Subject: [PATCH] Update contracts/vesting/VestingWalletRecovery.sol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ernesto GarcĂ­a --- contracts/vesting/VestingWalletRecovery.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);