]> git.ipfire.org Git - thirdparty/git.git/commitdiff
merge-recursive: fix variable typo in error message
authorKyle Meyer <kyle@kyleam.com>
Fri, 25 Nov 2022 17:37:45 +0000 (12:37 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Nov 2022 01:26:10 +0000 (10:26 +0900)
Signed-off-by: Kyle Meyer <kyle@kyleam.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c

index 4ddd3adea003e32fb7f16fbfa56a886a5d4a0712..2fd0aa968751f7defa06a51148f75bb5838b44d4 100644 (file)
@@ -2100,7 +2100,7 @@ static char *handle_path_level_conflicts(struct merge_options *opt,
        if (!new_path) {
                /* This should only happen when entry->non_unique_new_dir set */
                if (!entry->non_unique_new_dir)
-                       BUG("entry->non_unqiue_dir not set and !new_path");
+                       BUG("entry->non_unique_new_dir not set and !new_path");
                output(opt, 1, _("CONFLICT (directory rename split): "
                               "Unclear where to place %s because directory "
                               "%s was renamed to multiple other directories, "