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

@ -98,7 +98,7 @@ main(void)
snprintf(nline, sizeof(nline), "%s\t%s\t%s\t%s\t%.0f\t%s\t%s",
".example.com", "TRUE", "/", "FALSE",
difftime(time(NULL) + 31337, (time_t)0),
"PREF", "hello example, i like you very much!");
"PREF", "hello example, i like you!");
res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline);
if(res != CURLE_OK) {
fprintf(stderr, "Curl curl_easy_setopt failed: %s\n",