mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
docs: remove use of the word 'very'
It is mostly superfluous. proselint would complain. Closes #11818
This commit is contained in:
parent
28f8440c0b
commit
945db0d958
23 changed files with 52 additions and 52 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue