mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
curl.1: fix typos in the manpage
s/transfering/transferring/ s/transfered/transferred/ Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net> Closes #7937
This commit is contained in:
parent
d52316e460
commit
a06ce29482
2 changed files with 3 additions and 3 deletions
|
|
@ -113,7 +113,7 @@ The URL scheme (sometimes called protocol) that was effectively used. (Added in
|
|||
.TP
|
||||
.B size_download
|
||||
The total amount of bytes that were downloaded. This is the size of the
|
||||
body/data that was transfered, excluding headers.
|
||||
body/data that was transferred, excluding headers.
|
||||
.TP
|
||||
.B size_header
|
||||
The total amount of bytes of the downloaded headers.
|
||||
|
|
@ -123,7 +123,7 @@ The total amount of bytes that were sent in the HTTP request.
|
|||
.TP
|
||||
.B size_upload
|
||||
The total amount of bytes that were uploaded. This is the size of the
|
||||
body/data that was transfered, excluding headers.
|
||||
body/data that was transferred, excluding headers.
|
||||
.TP
|
||||
.B speed_download
|
||||
The average download speed that curl measured for the complete download. Bytes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue