From: Alessandro Ghedini Date: Sat, 14 Sep 2019 18:44:29 +0000 (+0100) Subject: docs: fix typo in CURLOPT_HTTP_VERSION man X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a2d47e0b7c6a568f4d48df687c6488228b74891;p=curl docs: fix typo in CURLOPT_HTTP_VERSION man --- diff --git a/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 b/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 index 2466d838c..95da40c93 100644 --- a/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 +++ b/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 @@ -62,7 +62,7 @@ TLS handshake. (Added in 7.49.0) directly to server given in the URL. Note that this cannot gracefully downgrade to earlier HTTP version if the server doesn't support HTTP/3. -For more reliably upgrading to HTTP/3, set the prefered version to something +For more reliably upgrading to HTTP/3, set the preferred version to something lower and let the server announce its HTTP/3 support via Alt-Svc:. See \fICURLOPT_ALTSVC(3)\fP. .SH DEFAULT