From 74bd8389305174cfbf9f0354f1515257c5707edd Mon Sep 17 00:00:00 2001 From: Greg Kapka Date: Tue, 13 Feb 2024 16:50:23 +0000 Subject: [PATCH] fix(comments): fix typo in that Co-authored-by: Alain Olivier --- contracts/PTokensRouter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/PTokensRouter.sol b/contracts/PTokensRouter.sol index d4e9f81..b3595f6 100644 --- a/contracts/PTokensRouter.sol +++ b/contracts/PTokensRouter.sol @@ -172,7 +172,7 @@ contract PTokensRouter is string memory originAddress, string memory destinationAddress ) = decodeParamsFromUserData(_userData); - // NOTE: We emit this event to allow v2 cores to ready it & thus pass through origin chain tx + // NOTE: We emit this event to allow v2 cores to read it & thus pass through origin chain tx // information no atter what type of bridge crossing this is. emit Metadata(userData, originChainId, originAddress, destinationChainId, destinationAddress);