mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
fix a few spelling errors
found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
This commit is contained in:
parent
f13dcac9ef
commit
365f896c36
3 changed files with 3 additions and 3 deletions
|
|
@ -160,7 +160,7 @@ def test_xargs_concurrency():
|
|||
assert ret == 0
|
||||
pids = stdout.splitlines()
|
||||
assert len(pids) == 5
|
||||
# It would take 0.5*5=2.5 seconds ot run all of these in serial, so if it
|
||||
# It would take 0.5*5=2.5 seconds to run all of these in serial, so if it
|
||||
# takes less, they must have run concurrently.
|
||||
assert elapsed < 2.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue