mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
badwords: add fist -> first, fix fallouts
There are still `curl_fistrgs` in packages/OS400/curl.inc.in but I'm not sure what that's supposed to be exactly. Closes #20066
This commit is contained in:
parent
8c02407bef
commit
660600c747
5 changed files with 5 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ writing that is `16` for "multi_easy" handles (used in `curl_easy_perform()`
|
|||
and `512` for multi handles created with `curl_multi_init()`.
|
||||
|
||||
The first added easy handle gets `mid == 1` assigned. The second one receives `2`,
|
||||
even when the fist one has been removed already. Every added handle gets an
|
||||
even when the first one has been removed already. Every added handle gets an
|
||||
`mid` one larger than the previously assigned one. Until the capacity of
|
||||
the table is reached and it starts looking for a free id at `1` again (`0`
|
||||
is always in the table).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue