]> git.ipfire.org Git - thirdparty/git.git/commitdiff
http: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:27 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:00 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c

diff --git a/http.c b/http.c
index 623ed234891f44dbc9b767ada98a854320921c30..ad910a4d21a970c4b1d56d726af7a3e20c18b3f6 100644 (file)
--- a/http.c
+++ b/http.c
@@ -1685,7 +1685,7 @@ void run_active_slot(struct active_request_slot *slot)
         * The value of slot->finished we set before the loop was used
         * to set our "finished" variable when our request completed.
         *
-        * 1. The slot may not have been reused for another requst
+        * 1. The slot may not have been reused for another request
         *    yet, in which case it still has &finished.
         *
         * 2. The slot may already be in-use to serve another request,