summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-12-09 10:16:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-12-09 10:51:44 +0100
commitda8e215f6c11f340f3bbe05fecbf8e5602adeadd (patch)
treeb9ae334a8bb8ba6c6f137d948e888596b2cc4276
parentfdafa0ef58a83beefb89133092575eed047f5f8a (diff)
downloadcurl-da8e215f6c11f340f3bbe05fecbf8e5602adeadd.tar.gz
CURLOPT_COOKIEFILE.3: advice => advise
Closes #10063 Reviewed-by: Daniel Gustafsson
-rw-r--r--docs/libcurl/opts/CURLOPT_COOKIEFILE.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_COOKIEFILE.3 b/docs/libcurl/opts/CURLOPT_COOKIEFILE.3
index df38946f6..4d2514cd1 100644
--- a/docs/libcurl/opts/CURLOPT_COOKIEFILE.3
+++ b/docs/libcurl/opts/CURLOPT_COOKIEFILE.3
@@ -62,7 +62,7 @@ Setting this option to NULL will (since 7.77.0) explicitly disable the cookie
engine and clear the list of files to read cookies from.
.SH SECURITY
This document previously mentioned how specifying a non-existing file can also
-enable the cookie engine. While true, we strongly advice against using that
+enable the cookie engine. While true, we strongly advise against using that
method as it is too hard to be sure what files will stay that way in the long
run.
.SH DEFAULT