misc: fix spelling

Closes #10437
This commit is contained in:
John Bampton 2023-02-08 07:50:36 +10:00 committed by Daniel Stenberg
parent 1695fcf57d
commit 0065b146eb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 12 additions and 12 deletions

View file

@ -22,4 +22,4 @@ HTTP/3 when you know that the target speaks HTTP/3 on the given host and port.
This option will make curl fail if a QUIC connection cannot be established, it
will not attempt any other HTTP version on its own. Use --http3 for similar
fuctionality *with* a fallback.
functionality *with* a fallback.

View file

@ -14,7 +14,7 @@ Multi: mutex
Experimental: yes
---
Tells curl to try HTTP/3 to the host in the URL, but fallback to earlier
HTTP versions if the HTTP/3 connection establishement fails. HTTP/3 is only
HTTP versions if the HTTP/3 connection establishment fails. HTTP/3 is only
available for HTTPS and not for HTTP URLs.
This option allows a user to avoid using the Alt-Svc method of upgrading to
@ -24,4 +24,4 @@ When asked to use HTTP/3, curl will issue a separate attempt to use older HTTP
versions with a slight delay, so if the HTTP/3 transfer fails or is very slow,
curl will still try to proceed with an older HTTP version.
Use --http3-only for similar fuctionality *without* a fallback.
Use --http3-only for similar functionality *without* a fallback.