diff mbox series

[07/20] http: fix a typo

Message ID b7f6e81c3ddf9a6e8b9a8ba745ff7c3017825304.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit 7a6d5a464171dfc4d7830b3e1d1ed8a577604f8b
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/http.c b/http.c
index 6c6cc5c822a..376af88c5dc 100644
--- a/http.c
+++ b/http.c
@@ -1707,7 +1707,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,