From 15d298817d6ff2ac0e71ef1b58d0efeb408020c6 Mon Sep 17 00:00:00 2001 From: Ali Nuraldin Date: Thu, 24 Jun 2021 16:18:31 +0200 Subject: [PATCH] Fix typo in comments --- contracts/governance/ExecutorWithTimelock.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/governance/ExecutorWithTimelock.sol b/contracts/governance/ExecutorWithTimelock.sol index 29cdadf6..02e71247 100644 --- a/contracts/governance/ExecutorWithTimelock.sol +++ b/contracts/governance/ExecutorWithTimelock.sol @@ -166,7 +166,7 @@ contract ExecutorWithTimelock is IExecutorWithTimelock { } /** - * @dev Function, called by Governance, that cancels a transaction, returns the callData executed + * @dev Function, called by Governance, that executes a transaction, returns the callData executed * @param target smart contract target * @param value wei value of the transaction * @param signature function signature of the transaction