Skip to content

Commit c7a4554

Browse files
xiaolou86nkrishang
andauthored
test: fix typos (#554)
Co-authored-by: nkrishang <62195808+nkrishang@users.noreply.github.com>
1 parent ade8109 commit c7a4554

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/marketplace/direct-listings/approveCurrencyForListing/approveCurrencyForListing.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function approveCurrencyForListing(
1212
├── when approving different price for listed currency
1313
│ └── it should revert ✅
1414
└── when not approving different price for listed currency
15-
├── when prive to approve for curreny is already approved
15+
├── when prive to approve for currency is already approved
1616
│ └── it should revert ✅
1717
└── when approving a new price for currency ✅
1818
├── it should update the approved price for currency

src/test/smart-wallet/AccountVulnPOC.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ contract Number {
4444
if (owner.code.length == 0) {
4545
// Signature verification by ECDSA
4646
} else {
47-
// Signature verfication by EIP1271
47+
// Signature verification by EIP1271
4848
bytes32 digest = keccak256(abi.encode(newNum));
4949
require(
5050
EIP1271Verifier(owner).isValidSignature(digest, signature) == GPv2EIP1271.MAGICVALUE,

src/test/staking/TokenStake.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ contract Macro_TokenStake_Tax is BaseTest {
860860
// vm.stopPrank();
861861
// }
862862

863-
// // Staked amount still reamins unchanged for stakerOne
863+
// // Staked amount still remains unchanged for stakerOne
864864
// (stakingTokenAmount, ) = stakeContract.getStakeInfo(stakerOne);
865865
// assertEq(stakingTokenAmount, 100 ether);
866866

0 commit comments

Comments
 (0)