Skip to content

Commit 6209ea9

Browse files
authored
Update L1TokenGatewayMock.sol
1 parent e1cfc62 commit 6209ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/token-distribution/contracts/tests/L1TokenGatewayMock.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ contract L1TokenGatewayMock is Ownable {
4646
* would send to L2.
4747
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
4848
* @param _to Recipient address on L2
49-
* @param _amount Amount of tokens to tranfer
49+
* @param _amount Amount of tokens to transfer
5050
* @param _maxGas Gas limit for L2 execution of the ticket
5151
* @param _gasPriceBid Price per gas on L2
5252
* @param _data Encoded maxSubmissionCost and sender address along with additional calldata

0 commit comments

Comments
 (0)