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);