docs: remove use of the word 'very'

It is mostly superfluous. proselint would complain.

Closes #11818
This commit is contained in:
Daniel Stenberg 2023-09-07 19:53:49 +02:00
parent 28f8440c0b
commit 945db0d958
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
23 changed files with 52 additions and 52 deletions

View file

@ -146,7 +146,7 @@ int main(void)
curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx);
curl_easy_setopt(curl, CURLOPT_UPLOAD, 1L);
/* Since the traffic will be encrypted, it is very useful to turn on debug
/* Since the traffic will be encrypted, it is useful to turn on debug
* information within libcurl to see what is happening during the
* transfer */
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);