Skip to content

Commit e1cfc62

Browse files
authored
Update L2TokenGatewayMock.sol
1 parent 8929a28 commit e1cfc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ contract L2TokenGatewayMock is Ownable {
4949
* would send to L1.
5050
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
5151
* @param _to Recipient address on L2
52-
* @param _amount Amount of tokens to tranfer
52+
* @param _amount Amount of tokens to transfer
5353
* @param _data Encoded maxSubmissionCost and sender address along with additional calldata
5454
* @return ID of the L2-L1 message (incrementing on every call)
5555
*/

0 commit comments

Comments
 (0)