Skip to content

Commit 42db324

Browse files
kyleamgitster
authored andcommitted
merge-recursive: fix variable typo in error message
Signed-off-by: Kyle Meyer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e7e5c6f commit 42db324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-recursive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ static char *handle_path_level_conflicts(struct merge_options *opt,
21002100
if (!new_path) {
21012101
/* This should only happen when entry->non_unique_new_dir set */
21022102
if (!entry->non_unique_new_dir)
2103-
BUG("entry->non_unqiue_dir not set and !new_path");
2103+
BUG("entry->non_unique_new_dir not set and !new_path");
21042104
output(opt, 1, _("CONFLICT (directory rename split): "
21052105
"Unclear where to place %s because directory "
21062106
"%s was renamed to multiple other directories, "

0 commit comments

Comments
 (0)