From 1de34fcff302073ff4cdbcd6042c598dcfebd518 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:40:49 +0530 Subject: [PATCH] Fix typos in SocketSrc.sol: triggerred -> triggered, auxillary -> auxiliary --- contracts/socket/SocketSrc.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/socket/SocketSrc.sol b/contracts/socket/SocketSrc.sol index 788468d2d..903c33c84 100644 --- a/contracts/socket/SocketSrc.sol +++ b/contracts/socket/SocketSrc.sol @@ -17,12 +17,12 @@ abstract contract SocketSrc is SocketBase { //////////////////////////////////////////////////////// /** - * @dev Error triggerred when invalid capacitor address is provided + * @dev Error triggered when invalid capacitor address is provided */ error InvalidCapacitorAddress(); /** - * @dev Error triggerred when siblingPlug is not found + * @dev Error triggered when siblingPlug is not found */ error PlugDisconnected(); @@ -92,7 +92,7 @@ abstract contract SocketSrc is SocketBase { // if no sibling plug is found for the given chain slug, revert if (plugConfig.siblingPlug == address(0)) revert PlugDisconnected(); - // fetches auxillary details for the message from the plug config + // fetches auxiliary details for the message from the plug config plugConfig.capacitor__ = _plugConfigs[msg.sender][siblingChainSlug_] .capacitor__; plugConfig.outboundSwitchboard__ = _plugConfigs[msg.sender][