Merge branch 'ab/fail-prereqs-in-test'
[gitweb.git] / t / t3404-rebase-interactive.sh
index 1723e1a858585d9e83d7662326a6f337db7e1fa6..46d971b4efe647d48cb8c771b07e794065992b0b 100755 (executable)
@@ -1031,7 +1031,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 &&