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:

committed by
Junio C Hamano

parent
e61651b1a8
commit
e02cc08a88
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user