Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Aug 28, 2024
1 parent a52f51e commit 69f8b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/buffet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub fn start<F: Future>(task: F) -> F::Output {
if (tokio::time::timeout(cancel_submit_timeout, &mut lset).await).is_err() {
drop(cancel_tx);

// during this second poll, the async cancellations hopefuly finish
// during this second poll, the async cancellations hopefully finish
let cleanup_timeout = std::time::Duration::from_millis(500);
if (tokio::time::timeout(cleanup_timeout, lset).await).is_err() {
tracing::warn!(
Expand Down

0 comments on commit 69f8b45

Please sign in to comment.