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
parent
e61651b1a8
commit
e02cc08a88
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue