chore: fix typo in comment (#2533)

Signed-off-by: juejinyuxitu <juejinyuxitu@outlook.com>

juejinyuxitu committed Sep 24, 2025 at 16:27 UTC 15444249d3af576463737a67875fb8144298cb2e
1 file changed +1 -1
cw_evm/lib/evm_chain_wallet.dart
+1 -1
@@ -297,7 +297,7 @@ abstract class EVMChainWalletBase
297 /// We are able to pass in:
298 /// - The exact amount the user wants to send,
299 /// - The addressHex for the receiving wallet,
300 - /// - A contract address which would be essential in determining if to calcualate the estimate for ERC20 or native ETH
300 + /// - A contract address which would be essential in determining if to calculate the estimate for ERC20 or native ETH
301 Future<GasParamsHandler> calculateActualEstimatedFeeForCreateTransaction({
302 required amount,
303 required String? contractAddress,