]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3404-rebase-interactive.sh
Merge branch 'sg/rebase-progress' into maint
[thirdparty/git.git] / t / t3404-rebase-interactive.sh
index 0b8267c97cb7e2d53d157ae9114f47eeb90a15b4..461dd539ffd4803c62d54e22e8921fbefa2c0786 100755 (executable)
@@ -1026,7 +1026,7 @@ test_expect_success 'rebase -i --root reword root commit' '
        test -z "$(git show -s --format=%p HEAD^)"
 '
 
-test_expect_success 'rebase -i --root when root has untracked file confilct' '
+test_expect_success 'rebase -i --root when root has untracked file conflict' '
        test_when_finished "reset_rebase" &&
        git checkout -b failing-root-pick A &&
        echo x >file2 &&