source: misc typos

Found by typos-cli

Closes #20138
This commit is contained in:
Daniel Stenberg 2026-01-01 12:18:39 +01:00
parent 23b080401a
commit d3eddf4761
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 7 additions and 7 deletions

View file

@ -66,7 +66,7 @@ CURLcode Curl_pgrsCheck(struct Curl_easy *data);
void Curl_pgrsRecvPause(struct Curl_easy *data, bool enable);
void Curl_pgrsSendPause(struct Curl_easy *data, bool enable);
/* Reset sizes and couners for up- and download. */
/* Reset sizes and counters for up- and download. */
void Curl_pgrsReset(struct Curl_easy *data);
/* Reset sizes for up- and download. */
void Curl_pgrsResetTransferSizes(struct Curl_easy *data);