File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/token-distribution/contracts/tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments