summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2019-09-14 19:44:29 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2019-09-14 19:44:29 +0100
commit2e36fe487b49ee4d1ba5e65b862d0a14214fef0c (patch)
tree64f5d0c3d4b8d772661dff9bab10a96d53d22dce
parentdf26f5f9c36e19cd503c0e462e9f72ad37b84c82 (diff)
downloadcurl-2e36fe487b49ee4d1ba5e65b862d0a14214fef0c.tar.gz
docs: fix typo in CURLOPT_HTTP_VERSION man
-rw-r--r--docs/libcurl/opts/CURLOPT_HTTP_VERSION.32
1 files changed, 1 insertions, 1 deletions
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