diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:27 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:00 -0700 |
| commit | 7a6d5a464171dfc4d7830b3e1d1ed8a577604f8b (patch) | |
| tree | e2d278bdd2fb0031fbac979684447126c2b126b7 /http.c | |
| parent | c055a2910960172cdef0ea87d5a1f248845a43fd (diff) | |
| download | git-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>
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
