diff options
author | cui fliter <imcusg@gmail.com> | 2024-03-04 22:28:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 14:28:57 +0000 |
commit | d4b3b39cc021bfac76e023eedd217fe0c2df9978 (patch) | |
tree | 6d1e72ffc8a0672dbf0e6c8b239930de2eaac8d6 /cli/tools/test/mod.rs | |
parent | 11db68ce96dfe561da6d7f4938e412635dc688d7 (diff) |
chore: fix typos (#22677)
Diffstat (limited to 'cli/tools/test/mod.rs')
-rw-r--r-- | cli/tools/test/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test/mod.rs b/cli/tools/test/mod.rs index 6b592f95e..eb0cdd4ce 100644 --- a/cli/tools/test/mod.rs +++ b/cli/tools/test/mod.rs @@ -762,7 +762,7 @@ async fn run_tests_for_worker_inner( // Poll event loop once, to allow all ops that are already resolved, but haven't // responded to settle. - // TODO(mmastrac): we should provide an API to poll the event loop until no futher + // TODO(mmastrac): we should provide an API to poll the event loop until no further // progress is made. poll_event_loop(worker).await?; |