From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:27 +0000 (+0000) Subject: http: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a6d5a464171dfc4d7830b3e1d1ed8a577604f8b;p=thirdparty%2Fgit.git http: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- 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,