mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:27:16 +03:00
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
This commit is contained in:
parent
71c39f2965
commit
4bd91bc474
22 changed files with 32 additions and 32 deletions
|
|
@ -107,7 +107,7 @@ static void *run_thread(void *ptr)
|
|||
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_db);
|
||||
curl_easy_perform(curl); /* ignores error */
|
||||
curl_easy_cleanup(curl);
|
||||
fprintf(stderr, "Tread %d transfer %d\n", u->threadno, i);
|
||||
fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue