summaryrefslogtreecommitdiff
path: root/docs/HYPER.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HYPER.md')
-rw-r--r--docs/HYPER.md2
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