From 9ff01fa6ac2a47d5f70a3dfdd30712a046b09f47 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:43:39 +0530 Subject: [PATCH] Fix grammar in NativeSwitchboardBase.sol: a untripper -> an untripper, un trip -> untrip --- contracts/switchboard/native/NativeSwitchboardBase.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/switchboard/native/NativeSwitchboardBase.sol b/contracts/switchboard/native/NativeSwitchboardBase.sol index 8ca9798d..41e7f927 100644 --- a/contracts/switchboard/native/NativeSwitchboardBase.sol +++ b/contracts/switchboard/native/NativeSwitchboardBase.sol @@ -317,8 +317,8 @@ abstract contract NativeSwitchboardBase is ISwitchboard, AccessControlExtended { } /** - * @notice Allows a untripper to un trip the switchboard by providing a signature and a nonce. - * @dev To un trip, the untripper must have the UN_TRIP_ROLE. + * @notice Allows an untripper to untrip the switchboard by providing a signature and a nonce. + * @dev To untrip, the untripper must have the UN_TRIP_ROLE. * @param nonce_ The nonce to prevent replay attacks. * @param signature_ The signature created by the untripper. */