From 437dfdf60a8e237a62dc6d5525a1675c5a8b76c2 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 7 Jan 2021 21:27:44 +0100
Subject: [PATCH 6/9] lib/http.c: fix comment spelling

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

diff --git a/lib/http.c b/lib/http.c
index da550dd28..1794f43a2 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -3021,7 +3021,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
     /* When we are to insert a TE: header in the request, we must also insert
        TE in a Connection: header, so we need to merge the custom provided
        Connection: header and prevent the original to get sent. Note that if
-       the user has inserted his/hers own TE: header we don't do this magic
+       the user has inserted his/her own TE: header we don't do this magic
        but then assume that the user will handle it all! */
     char *cptr = Curl_checkheaders(conn, "Connection");
 #define TE_HEADER "TE: gzip\r\n"
-- 
2.30.0


