]> git.ipfire.org Git - thirdparty/git.git/commitdiff
merge-ort.c: fix typo 'neeed' to 'needed'
author王常新 <wchangxin824@gmail.com>
Sun, 22 Oct 2023 02:46:08 +0000 (02:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Oct 2023 06:13:49 +0000 (23:13 -0700)
Signed-off-by: 王常新 <wchangxin824@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c

index 2cfb7ffa3b0d51ec55e439677608bfcec59178e6..609b388453318725432cd17b20ac0bd11c8f40e1 100644 (file)
@@ -671,7 +671,7 @@ static int handle_content_merge(struct merge_options *opt,
         * the three blobs to merge on various sides of history.
         *
         * extra_marker_size is the amount to extend conflict markers in
-        * ll_merge; this is neeed if we have content merges of content
+        * ll_merge; this is needed if we have content merges of content
         * merges, which happens for example with rename/rename(2to1) and
         * rename/add conflicts.
         */