src: Fix typo
Apply typo fixes to the original source files in the previous commit which were done in generated text.
This commit is contained in:
parent
7e8dc73f2f
commit
c711a80411
|
@ -2398,7 +2398,7 @@ Options:
|
||||||
Discard downloaded data.
|
Discard downloaded data.
|
||||||
-O, --remote-name
|
-O, --remote-name
|
||||||
Save download data in the current directory. The
|
Save download data in the current directory. The
|
||||||
filename is dereived from URI. If URI ends with '/',
|
filename is derived from URI. If URI ends with '/',
|
||||||
'index.html' is used as a filename. Not implemented
|
'index.html' is used as a filename. Not implemented
|
||||||
yet.
|
yet.
|
||||||
-t, --timeout=<DURATION>
|
-t, --timeout=<DURATION>
|
||||||
|
|
|
@ -1213,7 +1213,7 @@ Performance:
|
||||||
Set maximum number of backend concurrent HTTP/1
|
Set maximum number of backend concurrent HTTP/1
|
||||||
connections per origin host. This option is meaningful
|
connections per origin host. This option is meaningful
|
||||||
when -s option is used. The origin host is determined
|
when -s option is used. The origin host is determined
|
||||||
by authority portion of requset URI (or :authority
|
by authority portion of request URI (or :authority
|
||||||
header field for HTTP/2). To limit the number of
|
header field for HTTP/2). To limit the number of
|
||||||
connections per frontend for default mode, use
|
connections per frontend for default mode, use
|
||||||
--backend-http1-connections-per-frontend.
|
--backend-http1-connections-per-frontend.
|
||||||
|
|
Loading…
Reference in New Issue