summaryrefslogtreecommitdiff
path: root/docs/examples/imap-ssl.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-09-07 19:53:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-09-07 22:52:07 +0200
commit945db0d958f171a5992e087c0ea64baeca62a005 (patch)
tree8c508af7f003090c73d235336ded9b410e90e6b2 /docs/examples/imap-ssl.c
parent28f8440c0b83be1b617142642dae5cee3ba2a2e5 (diff)
docs: remove use of the word 'very'
It is mostly superfluous. proselint would complain. Closes #11818
Diffstat (limited to 'docs/examples/imap-ssl.c')
-rw-r--r--docs/examples/imap-ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/imap-ssl.c b/docs/examples/imap-ssl.c
index 51d2d1d91..e920720c0 100644
--- a/docs/examples/imap-ssl.c
+++ b/docs/examples/imap-ssl.c
@@ -73,7 +73,7 @@ int main(void)
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
#endif
- /* 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);