mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
tidy-up: miscellaneous
- drop more uses of the word "just". (not enforced here) - drop some uses of the "will" word. - "then" -> "than". - tests/http/testenv/curl.py: fix copy-paste typo in error message. - pytest: replace `shutdownh` with `shutdown` in test names. Spotted by GitHub Code Quality. - comment typos. - whitespace and newlines fixes. Closes #21830
This commit is contained in:
parent
032b15c434
commit
d229055549
116 changed files with 184 additions and 185 deletions
|
|
@ -25,7 +25,7 @@ lib%TESTNUMBER
|
|||
SFTP with multi interface, remove handle early
|
||||
</name>
|
||||
|
||||
# The command here uses 'localhost' just to make sure that curl_multi_perform
|
||||
# The command here uses 'localhost' to make sure that curl_multi_perform
|
||||
# does not reach too far in the first invoke. When using c-ares at least, the
|
||||
# name resolve causes it to return rather quickly and thus we could trigger
|
||||
# the problem we are looking to verify.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue