mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
badwords: avoid 'simply'
It's mostly a filler word. I've read through each use of it in the code base and did minor rephrasings when "simply" carried some meaning. The overwhelming majority of cases, removing it improved the text significantly. Inspired by #20793. Closes #20822
This commit is contained in:
parent
4021c6e673
commit
f25124338c
71 changed files with 108 additions and 108 deletions
|
|
@ -467,7 +467,7 @@ static CURLcode recv_CONNECT_resp(struct Curl_cfilter *cf,
|
|||
/* This means we are currently ignoring a response-body */
|
||||
|
||||
if(ts->cl) {
|
||||
/* A Content-Length based body: simply count down the counter
|
||||
/* A Content-Length based body: count down the counter
|
||||
and make sure to break out of the loop when we are done! */
|
||||
ts->cl--;
|
||||
if(ts->cl <= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue