From 0330680a1f0747becc0478cff3fcb4df3e60c9bf Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:43:10 +0530 Subject: [PATCH] Fix typo in FastSwitchboard.sol: multipled -> multiplied --- contracts/switchboard/default-switchboards/FastSwitchboard.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/switchboard/default-switchboards/FastSwitchboard.sol b/contracts/switchboard/default-switchboards/FastSwitchboard.sol index cb6e62365..6074b7ecf 100644 --- a/contracts/switchboard/default-switchboards/FastSwitchboard.sol +++ b/contracts/switchboard/default-switchboards/FastSwitchboard.sol @@ -168,7 +168,7 @@ contract FastSwitchboard is SwitchboardBase { if (nonce_ != nextNonce[feesUpdater]++) revert InvalidNonce(); } - // switchboardFees_ input is amount needed per watcher, multipled and stored on chain to avoid watcher set tracking offchain. + // switchboardFees_ input is amount needed per watcher, multiplied and stored on chain to avoid watcher set tracking offchain. // switchboardFees_ are paid to switchboard per packet // verificationOverheadFees_ are paid to executor per message Fees memory feesObject = Fees({