From 35e133d0a43379fcb24cb4e448fccf3e410b7540 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 7 Jan 2021 21:11:17 +0100
Subject: [PATCH 1/9] docs/HYPER.md: fix typo

---
 docs/HYPER.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.30.0


