]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_COOKIEFILE.3: advice => advise
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Dec 2022 09:16:08 +0000 (10:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Dec 2022 09:51:44 +0000 (10:51 +0100)
Closes #10063

Reviewed-by: Daniel Gustafsson
docs/libcurl/opts/CURLOPT_COOKIEFILE.3

index df38946f6fff40338455e40d3a8ef2e789a7dd23..4d2514cd142e055875812cd375c91cbfec9f2f7d 100644 (file)
@@ -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