diff options
author | Fabian Keil <fk@fabiankeil.de> | 2021-01-07 21:11:17 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-11 15:12:25 +0100 |
commit | 4f61fd87b263a9ded6b658f299c83dded6baa08e (patch) | |
tree | 97dd95fc71403cf66243e4ef11eb2fa2b5853816 /docs | |
parent | 06f1db57cac8ade2602fba61909c8d54b57fa10b (diff) | |
download | curl-4f61fd87b263a9ded6b658f299c83dded6baa08e.tar.gz |
misc: fix typos
Bug: https://curl.se/mail/lib-2021-01/0063.html
Closes #6434
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HYPER.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HYPER.md b/docs/HYPER.md index 2562cb763..112d040ba 100644 --- a/docs/HYPER.md +++ b/docs/HYPER.md @@ -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 |