mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +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
|
|
@ -445,7 +445,7 @@ static CURLcode proxy_h2_progress_ingress(struct Curl_cfilter *cf,
|
|||
CURLcode result = CURLE_OK;
|
||||
size_t nread;
|
||||
|
||||
/* Process network input buffer fist */
|
||||
/* Process network input buffer first */
|
||||
if(!Curl_bufq_is_empty(&ctx->inbufq)) {
|
||||
CURL_TRC_CF(data, cf, "[0] process %zu bytes in connection buffer",
|
||||
Curl_bufq_len(&ctx->inbufq));
|
||||
|
|
|
|||
|
|
@ -2042,7 +2042,7 @@ static CURLcode h2_progress_ingress(struct Curl_cfilter *cf,
|
|||
return CURLE_HTTP2;
|
||||
}
|
||||
|
||||
/* Process network input buffer fist */
|
||||
/* Process network input buffer first */
|
||||
if(!Curl_bufq_is_empty(&ctx->inbufq)) {
|
||||
CURL_TRC_CF(data, cf, "Process %zu bytes in connection buffer",
|
||||
Curl_bufq_len(&ctx->inbufq));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue