From 4649850345a5654856f0310a9666116a9a57894f Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Wed, 17 Jan 2024 04:13:35 +0800 Subject: [PATCH] fix: typos (#1426) ## Summary by CodeRabbit - **Documentation** - Corrected spelling errors for enhanced clarity in documentation. --- e2e/hive/simulators/rpc/ethclient.hive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/hive/simulators/rpc/ethclient.hive b/e2e/hive/simulators/rpc/ethclient.hive index f6af27c98..b1452cf4e 100644 --- a/e2e/hive/simulators/rpc/ethclient.hive +++ b/e2e/hive/simulators/rpc/ethclient.hive @@ -797,7 +797,7 @@ func logSubscriptionTest(t *TestEnv) { validatePredeployContractLogs(t, tx, fetchedLogs, arg0, arg1) } -// validatePredeployContractLogs tests wether the given logs are expected when +// validatePredeployContractLogs tests whether the given logs are expected when // the event function was called on the predeployed test contract was called // with the given args. The event function raises the following events: // event E0();