From: Andrew Kreimer <algonell@xxxxxxxxx> Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- upload-pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-pack.c b/upload-pack.c index f03ba3e98be..143bdffa4a8 100644 --- a/upload-pack.c +++ b/upload-pack.c @@ -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; } -- gitgitgadget