diff mbox series

[20/20] upload-pack: fix a typo

Message ID 8095b76e268c4017de3f34ba3d3700281aff8866.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit e02cc08a88e7d0323391e68937e75c11e3e3cfef
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>
---
 upload-pack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/upload-pack.c b/upload-pack.c
index f03ba3e98be..143bdffa4a8 100644
--- a/upload-pack.c
+++ b/upload-pack.c
@@ -1802,7 +1802,7 @@  int upload_pack_v2(struct repository *r, struct packet_reader *request)
 			} else {
 				/*
 				 * Request had 'want's but no 'have's so we can
-				 * immedietly go to construct and send a pack.
+				 * immediately go to construct and send a pack.
 				 */
 				state = FETCH_SEND_PACK;
 			}