]> git.ipfire.org Git - thirdparty/git.git/commitdiff
upload-pack: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:40 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:12 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
upload-pack.c

index 0052c6a4dce1fad808a5bdd2c92c0827c5453d18..66dcfb604ff63cc8dfa3891a9863dd7859b5e480 100644 (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;
                        }