diff --git a/sdk/src/client/api/wait_for_tx_acceptance.rs b/sdk/src/client/api/wait_for_tx_acceptance.rs index ba8a2e53f3..84b84bbe3f 100644 --- a/sdk/src/client/api/wait_for_tx_acceptance.rs +++ b/sdk/src/client/api/wait_for_tx_acceptance.rs @@ -40,7 +40,7 @@ impl Client { .output .required_address(slot_index, protocol_parameters.committable_age_range())? { - // Even thought the output was created already, the indexer might take some time + // Even though the output was created already, the indexer might take some time // until it returns the output id for the address, that's why we wait for this here. for _ in 0..20 { if let Ok(output_ids) = self