diff --git a/cli/tokio_util.rs b/cli/tokio_util.rs index 9204b2ae1e9b9ed928ed5a976ea261843078a645..4c4b36d5e36740c84ed2497f7279327800be807c 100644 --- a/cli/tokio_util.rs +++ b/cli/tokio_util.rs @@ -30,7 +30,7 @@ where /// /// This creates a new tokio runtime, with many new threads, to execute the /// given future. This is useful when we want to block the main runtime to -/// resolve a future without worrying that we'll us up all the threads in the +/// resolve a future without worrying that we'll use up all the threads in the /// main runtime. pub fn block_on(future: F) -> Result where