]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'wx/merge-ort-comment-typofix' into maint-2.42
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:27 +0000 (16:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:27 +0000 (16:53 +0900)
Typofix.

* wx/merge-ort-comment-typofix:
  merge-ort.c: fix typo 'neeed' to 'needed'

merge-ort.c

index 8631c997002dbbdb1282619c77cc3ac8fd96f880..e5e22e3583fddf2fcebcd01326f8a8a26c4f6864 100644 (file)
@@ -2053,7 +2053,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.
         */