aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 18:34:27 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-19 13:46:00 -0700
commit7a6d5a464171dfc4d7830b3e1d1ed8a577604f8b (patch)
treee2d278bdd2fb0031fbac979684447126c2b126b7
parentc055a2910960172cdef0ea87d5a1f248845a43fd (diff)
downloadgit-7a6d5a464171dfc4d7830b3e1d1ed8a577604f8b.tar.xz
http: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 623ed23489..ad910a4d21 100644
--- 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,