From bcee9624f64714290ad33744c586d8ac0d47f41d Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 21 Dec 2024 00:26:39 +0100 Subject: [PATCH] typo --- benchmarks/synth-bm/src/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/synth-bm/src/account.rs b/benchmarks/synth-bm/src/account.rs index 1a54096f67b..aa11ccc19f5 100644 --- a/benchmarks/synth-bm/src/account.rs +++ b/benchmarks/synth-bm/src/account.rs @@ -201,7 +201,7 @@ pub async fn create_sub_accounts(args: &CreateSubAccountsArgs) -> anyhow::Result // Await permit before sending the request to make channel buffer size a limit for the // number of outstanding requests. let permit = channel_tx.clone().reserve_owned().await.unwrap(); - // The spawned task starts running immediately. Assume with interval between spanning them + // The spawned task starts running immediately. Assume an interval between spanning them // this leads to transaction nonces hitting the node in order. tokio::spawn(async move { let res = client.call(request).await;