t3404: fix a typo
[gitweb.git] / t / t3404-rebase-interactive.sh
index d392160ba9957d9918f59cdfb031f66c624e90f3..64b553ebe0958125bde67ba7b6af49662a3b05da 100755 (executable)
@@ -981,7 +981,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 &&