Skip to content

Commit 9ff01fa

Browse files
committed
Fix grammar in NativeSwitchboardBase.sol: a untripper -> an untripper, un trip -> untrip
1 parent 88d6ea7 commit 9ff01fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/switchboard/native/NativeSwitchboardBase.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ abstract contract NativeSwitchboardBase is ISwitchboard, AccessControlExtended {
317317
}
318318

319319
/**
320-
* @notice Allows a untripper to un trip the switchboard by providing a signature and a nonce.
321-
* @dev To un trip, the untripper must have the UN_TRIP_ROLE.
320+
* @notice Allows an untripper to untrip the switchboard by providing a signature and a nonce.
321+
* @dev To untrip, the untripper must have the UN_TRIP_ROLE.
322322
* @param nonce_ The nonce to prevent replay attacks.
323323
* @param signature_ The signature created by the untripper.
324324
*/

0 commit comments

Comments
 (0)