diff --git a/libs/utils/src/sync/heavier_once_cell.rs b/libs/utils/src/sync/heavier_once_cell.rs index bce67c8a32..4b279f2e98 100644 --- a/libs/utils/src/sync/heavier_once_cell.rs +++ b/libs/utils/src/sync/heavier_once_cell.rs @@ -217,7 +217,7 @@ mod tests { #[tokio::test(start_paused = true)] async fn reinit_waits_for_deinit() { - // witht he tokio::time paused, we will "sleep" for 1s while holding the reinitialization + // with he tokio::time paused, we will "sleep" for 1s while holding the reinitialization let sleep_for = Duration::from_secs(1); let initial = 42; let reinit = 1;