From 717a36caf870bb06c8e98f5fccae857de76830c3 Mon Sep 17 00:00:00 2001 From: Daniel Goldman Date: Mon, 5 Feb 2024 15:16:44 -0500 Subject: [PATCH] fix typo --- contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol b/contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol index 1b7c258ac..77903f88a 100644 --- a/contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol +++ b/contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol @@ -294,7 +294,7 @@ contract L1GatewayRouter is * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed - * The msg.sender that calls this methid, or its L2 alias if it has code in L1, will be set to the callValueRefundAddress; + * The msg.sender that calls this method, or its L2 alias if it has code in L1, will be set to the callValueRefundAddress; * this means it can cancel the retryable ticket if its auto-redeem fails, and also that it receives the l2 callvalue refund * (although note that for this method there is no l2 callvalue). * @param _token L1 address of ERC20