Skip to content

Commit 22c47ec

Browse files
authored
Merge pull request #1117 from kilavvy/main
2 parents 7e14bb4 + 6209ea9 commit 22c47ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ contract InboxMock is IInbox {
9696
* @param _maxSubmissionCost Max cost of submitting the ticket, in Wei
9797
* @param _submissionRefundAddress L2 address to refund for any remaining value from the submission cost
9898
* @param _valueRefundAddress L2 address to refund if the ticket times out or gets cancelled
99-
* @param _maxGas Max gas for the L2 transcation
99+
* @param _maxGas Max gas for the L2 transaction
100100
* @param _gasPriceBid Gas price bid on L2
101101
* @param _data Encoded calldata for the L2 transaction (including function selector)
102102
* @return Message number returned by the bridge

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

+1-1
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

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

+1-1
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)