diff --git a/test/evm/hardhat/HubPool.DisputeRootBundle.ts b/test/evm/hardhat/HubPool.DisputeRootBundle.ts index 2b1544faf..7fde3b662 100644 --- a/test/evm/hardhat/HubPool.DisputeRootBundle.ts +++ b/test/evm/hardhat/HubPool.DisputeRootBundle.ts @@ -30,7 +30,7 @@ describe("HubPool Root Bundle Dispute", function () { consts.mockSlowRelayRoot ); - // Increment time to avoid any weirdness with the dispute occuring at the same time as the proposal. + // Increment time to avoid any weirdness with the dispute occurring at the same time as the proposal. const proposalTime = await hubPool.getCurrentTime(); await hubPool.connect(dataWorker).setCurrentTime(proposalTime.add(15)); diff --git a/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts b/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts index b55a84ba1..81d5c7830 100644 --- a/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts +++ b/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts @@ -204,7 +204,7 @@ describe("Scroll Chain Adapter", function () { const hubTxn = await hubPool.relaySpokePoolAdminFunction(scrollChainId, functionCallData); // To begin, we're expecting that the relaying fees needed to send this message have bene - // derrived from `l1GasPriceOracle.estimateCrossDomainMessageFee`. + // derived from `l1GasPriceOracle.estimateCrossDomainMessageFee`. await expect(hubTxn).to.changeEtherBalances([l1Messenger], [fakedRelayerFee]); // Let's check that the L1->L2 message was sent correctly and that the message diff --git a/test/svm/SvmSpoke.Bundle.ts b/test/svm/SvmSpoke.Bundle.ts index 4c03767e8..48559f5b0 100644 --- a/test/svm/SvmSpoke.Bundle.ts +++ b/test/svm/SvmSpoke.Bundle.ts @@ -663,7 +663,7 @@ describe("svm_spoke.bundle", () => { relayerRefundLeaves.push({ isSolana: true, leafId: new BN(0), - // Set chainId to 1000. this is a diffrent chainId than what is set in the initialization. This mimics trying to execute a leaf for another chain on the SVM chain. + // Set chainId to 1000. this is a different chainId than what is set in the initialization. This mimics trying to execute a leaf for another chain on the SVM chain. chainId: new BN(1000), amountToReturn: new BN(0), mintPublicKey: mint,