Skip to content

Commit 289f328

Browse files
committed
fix: typos in L1GraphTokenGateway (C4 QA)
1 parent d90a2f3 commit 289f328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/gateway/L1GraphTokenGateway.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ contract L1GraphTokenGateway is Initializable, GraphTokenGateway, L1ArbitrumMess
188188
* with token transfers.
189189
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
190190
* @param _to Recipient address on L2
191-
* @param _amount Amount of tokens to tranfer
191+
* @param _amount Amount of tokens to transfer
192192
* @param _maxGas Gas limit for L2 execution of the ticket
193193
* @param _gasPriceBid Price per gas on L2
194194
* @param _data Encoded maxSubmissionCost and sender address along with additional calldata
@@ -255,7 +255,7 @@ contract L1GraphTokenGateway is Initializable, GraphTokenGateway, L1ArbitrumMess
255255
* and the encoded exitNum is assumed to be 0.
256256
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
257257
* @param _from Address of the sender
258-
* @param _to Recepient address on L1
258+
* @param _to Recipient address on L1
259259
* @param _amount Amount of tokens transferred
260260
*/
261261
function finalizeInboundTransfer(

0 commit comments

Comments
 (0)