From eb659931ee3d52e168e580baa19fa97fbb9c4fc0 Mon Sep 17 00:00:00 2001 From: Alessandro Manfredi Date: Tue, 30 Jan 2024 17:11:29 +0100 Subject: [PATCH] fix(evm): rm typo within ShuSo --- packages/evm/contracts/ownable/ShuSo.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/evm/contracts/ownable/ShuSo.sol b/packages/evm/contracts/ownable/ShuSo.sol index a75f2f91..dd153b6f 100644 --- a/packages/evm/contracts/ownable/ShuSo.sol +++ b/packages/evm/contracts/ownable/ShuSo.sol @@ -187,7 +187,7 @@ abstract contract ShuSo is IShuSho, OwnableUpgradeable { bytes32 baseHash = hashes[i]; if (baseHash == bytes32(0)) continue; - // increment num for each instance of the curent hash + // increment num for each instance of the current hash uint256 num = 0; for (uint j = 0; j < hashes.length; j++) { if (baseHash == hashes[j]) {