Skip to content

Commit 8350c34

Browse files
committed
Merge branch 'km/merge-recursive-typofix'
Fix an old typo in an error message. * km/merge-recursive-typofix: merge-recursive: fix variable typo in error message
2 parents 515ffab + 42db324 commit 8350c34

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)