mirror of
https://github.com/curl/curl.git
synced 2026-07-30 05:08:07 +03:00
misc: spelling fixes
Found using codespell 2.2.1. Also delete the redundant protocol designator from an archive.org URL. Reviewed-by: Daniel Stenberg Closes #9403
This commit is contained in:
parent
f2daef6ad4
commit
c9061f242b
18 changed files with 26 additions and 24 deletions
|
|
@ -851,7 +851,7 @@ CURLMcode curl_multi_remove_handle(struct Curl_multi *multi,
|
|||
Curl_detach_connection(data);
|
||||
|
||||
if(data->set.connect_only && !data->multi_easy) {
|
||||
/* This removes a handle that was part the multi inteface that used
|
||||
/* This removes a handle that was part the multi interface that used
|
||||
CONNECT_ONLY, that connection is now left alive but since this handle
|
||||
has bits.close set nothing can use that transfer anymore and it is
|
||||
forbidden from reuse. And this easy handle cannot find the connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue