]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts: language fix for expect100-timeout.md and max-time.md
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Aug 2024 09:03:38 +0000 (11:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Aug 2024 09:19:30 +0000 (11:19 +0200)
needs to **be** provided

Also a http3.md spellfix

Follow-up from 22a6a0bc6b5ab935

Closes #14737

docs/cmdline-opts/expect100-timeout.md
docs/cmdline-opts/http3.md
docs/cmdline-opts/max-time.md

index 854761818a14edafefbb30a2afc74588201b4e8f..80cf4eba61a88c384fac9fe34c24ff87de85da57 100644 (file)
@@ -21,5 +21,5 @@ response when curl emits an Expects: 100-continue header in its request. By
 default curl waits one second. This option accepts decimal values. When curl
 stops waiting, it continues as if a response was received.
 
-The decimal value needs to provided using a dot (`.`) as decimal separator -
+The decimal value needs to be provided using a dot (`.`) as decimal separator -
 not the local version even if it might be using another separator.
index fa3d7c38010364a6194b98c63d20b1e2d71d27ed..b5272a60f5ed7eb734004b25d3aed6a7d5554e3b 100644 (file)
@@ -30,6 +30,6 @@ host and port.
 When asked to use HTTP/3, curl issues a separate attempt to use older HTTP
 versions with a slight delay, so if the HTTP/3 transfer fails or is slow, curl
 still tries to proceed with an older HTTP version. The fallback performs the
-regular negoatiaion between HTTP/1 and HTTP/2.
+regular negotiation between HTTP/1 and HTTP/2.
 
 Use --http3-only for similar functionality *without* a fallback.
index 1d19e49729a42ce531684de17a3286660ab66cf5..dd5fb23ae893a770a7b5197b11041de4279a9531 100644 (file)
@@ -26,5 +26,5 @@ If you enable retrying the transfer (--retry) then the maximum time counter is
 reset each time the transfer is retried. You can use --retry-max-time to limit
 the retry time.
 
-The decimal value needs to provided using a dot (.) as decimal separator - not
-the local version even if it might be using another separator.
+The decimal value needs to be provided using a dot (.) as decimal separator -
+not the local version even if it might be using another separator.