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();