]> granicus.if.org Git - curl/commitdiff
docs: fix typo in CURLOPT_HTTP_VERSION man
authorAlessandro Ghedini <alessandro@ghedini.me>
Sat, 14 Sep 2019 18:44:29 +0000 (19:44 +0100)
committerAlessandro Ghedini <alessandro@ghedini.me>
Sun, 15 Sep 2019 11:25:02 +0000 (12:25 +0100)
docs/libcurl/opts/CURLOPT_HTTP_VERSION.3

index 2466d838c8be0efcf92f512e8a3641dce5474574..95da40c931f8fa8cba9f46becfec12188c5bc401 100644 (file)
@@ -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