From 56f3f28dee4136dd837cad2e78edf54d9193d949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 11 Feb 2025 17:19:09 +0100 Subject: [PATCH] fix: spelling. --- contracts/contracts/strategies/CurvePoolBoosterDirect.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/strategies/CurvePoolBoosterDirect.sol b/contracts/contracts/strategies/CurvePoolBoosterDirect.sol index d6a453891f..f69f4e399c 100644 --- a/contracts/contracts/strategies/CurvePoolBoosterDirect.sol +++ b/contracts/contracts/strategies/CurvePoolBoosterDirect.sol @@ -31,7 +31,7 @@ contract CurvePoolBoosterDirect is Initializable, Strategizable { //////////////////////////////////////////////////// /// --- STORAGE //////////////////////////////////////////////////// - /// @notice Fee in FEE_BASE unit payed when managing campaign. + /// @notice Fee in FEE_BASE unit paid when managing campaign. uint16 public fee; /// @notice Address of the fee collector