upload-pack: 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>
This commit is contained in:
Andrew Kreimer
2024-09-19 18:34:40 +00:00
committed by Junio C Hamano
parent e61651b1a8
commit e02cc08a88

View File

@ -1802,7 +1802,7 @@ int upload_pack_v2(struct repository *r, struct packet_reader *request)
} else { } else {
/* /*
* Request had 'want's but no 'have's so we can * 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; state = FETCH_SEND_PACK;
} }