diff --git a/src/test/marketplace/direct-listings/approveCurrencyForListing/approveCurrencyForListing.tree b/src/test/marketplace/direct-listings/approveCurrencyForListing/approveCurrencyForListing.tree index da7687454..1c7912edc 100644 --- a/src/test/marketplace/direct-listings/approveCurrencyForListing/approveCurrencyForListing.tree +++ b/src/test/marketplace/direct-listings/approveCurrencyForListing/approveCurrencyForListing.tree @@ -12,7 +12,7 @@ function approveCurrencyForListing( ├── when approving different price for listed currency │ └── it should revert ✅ └── when not approving different price for listed currency - ├── when prive to approve for curreny is already approved + ├── when prive to approve for currency is already approved │ └── it should revert ✅ └── when approving a new price for currency ✅ ├── it should update the approved price for currency diff --git a/src/test/smart-wallet/AccountVulnPOC.t.sol b/src/test/smart-wallet/AccountVulnPOC.t.sol index 0899b5ea9..bfcb5e4f3 100644 --- a/src/test/smart-wallet/AccountVulnPOC.t.sol +++ b/src/test/smart-wallet/AccountVulnPOC.t.sol @@ -44,7 +44,7 @@ contract Number { if (owner.code.length == 0) { // Signature verification by ECDSA } else { - // Signature verfication by EIP1271 + // Signature verification by EIP1271 bytes32 digest = keccak256(abi.encode(newNum)); require( EIP1271Verifier(owner).isValidSignature(digest, signature) == GPv2EIP1271.MAGICVALUE, diff --git a/src/test/staking/TokenStake.t.sol b/src/test/staking/TokenStake.t.sol index a78e5e7d6..4cbed5fc8 100644 --- a/src/test/staking/TokenStake.t.sol +++ b/src/test/staking/TokenStake.t.sol @@ -860,7 +860,7 @@ contract Macro_TokenStake_Tax is BaseTest { // vm.stopPrank(); // } - // // Staked amount still reamins unchanged for stakerOne + // // Staked amount still remains unchanged for stakerOne // (stakingTokenAmount, ) = stakeContract.getStakeInfo(stakerOne); // assertEq(stakingTokenAmount, 100 ether);