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>
maint
Andrew Kreimer 2024-09-19 18:34:40 +00:00 committed by Junio C Hamano
parent e61651b1a8
commit e02cc08a88
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}