From 26acb63d37f26e3ebeacd8e1f88abdb6e450e2bc Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 7 Jan 2021 21:25:26 +0100
Subject: [PATCH 5/9] lib/http.c: fix comment grammar

---
 lib/http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/http.c b/lib/http.c
index 45f99c766..da550dd28 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -2916,7 +2916,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
   const char *p_accept;      /* Accept: string */
 
   /* Always consider the DO phase done after this function call, even if there
-     may be parts of the request that is not yet sent, since we can deal with
+     may be parts of the request that are not yet sent, since we can deal with
      the rest of the request in the PERFORM phase. */
   *done = TRUE;
 
-- 
2.30.0


