Skip to content

Commit e02cc08

Browse files
algonellgitster
authored andcommitted
upload-pack: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e61651b commit e02cc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload-pack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ int upload_pack_v2(struct repository *r, struct packet_reader *request)
18021802
} else {
18031803
/*
18041804
* Request had 'want's but no 'have's so we can
1805-
* immedietly go to construct and send a pack.
1805+
* immediately go to construct and send a pack.
18061806
*/
18071807
state = FETCH_SEND_PACK;
18081808
}

0 commit comments

Comments
 (0)