diff --git a/src/tests/utils.cairo b/src/tests/utils.cairo index 8e58574e3..1de7d0488 100644 --- a/src/tests/utils.cairo +++ b/src/tests/utils.cairo @@ -17,8 +17,8 @@ fn deploy(contract_class_hash: felt252, calldata: Array) -> ContractAdd /// params are set as event keys, but the first event key is always set as the /// event ID. /// -/// This method doesn't currently work for components events that are not flattened, -/// becuase and extra key is added, pushing the event ID key to the second position. +/// This method doesn't currently work for components events that are not flattened +/// because an extra key is added, pushing the event ID key to the second position. fn pop_log, impl TEvent: starknet::Event>( address: ContractAddress ) -> Option {