misc: fix typos

Bug: https://curl.se/mail/lib-2021-01/0063.html
Closes #6434
This commit is contained in:
Fabian Keil 2021-01-07 21:11:17 +01:00 committed by Daniel Stenberg
parent 06f1db57ca
commit 4f61fd87b2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 12 additions and 10 deletions

View file

@ -39,7 +39,7 @@ Build curl to use hyper's C API:
Hyper is a low level HTTP transport library. curl itself provides all HTTP
headers and Hyper provides all received headers back to curl.
Therefore, msost of the "header logic" in curl as in responding to and acting
Therefore, most of the "header logic" in curl as in responding to and acting
on specific input and output headers are done the same way in curl code.
The API in Hyper delivers received HTTP headers as (cleaned up) name=value