From: Jonathan Nieder Date: Sat, 22 Jan 2011 20:02:48 +0000 (-0600) Subject: t1510: fix typo in the comment of a test X-Git-Tag: v1.7.4-rc3~2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6abbee8c60f16492d605ce087484d2654c068515?ds=inline;hp=--cc t1510: fix typo in the comment of a test Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- 6abbee8c60f16492d605ce087484d2654c068515 diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh index dcc0f86bd8..15101d5e03 100755 --- a/t/t1510-repo-setup.sh +++ b/t/t1510-repo-setup.sh @@ -739,7 +739,7 @@ test_expect_success '#28: core.worktree and core.bare conflict (gitfile case)' ' grep "core.bare and core.worktree" message ' -# Case #29: GIT_WORK_TREE(+core.worktree) overries core.bare (gitfile case). +# Case #29: GIT_WORK_TREE(+core.worktree) overrides core.bare (gitfile case). test_expect_success '#29: setup' ' setup_repo 29 non-existent gitfile true && mkdir -p 29/sub/sub 29/wt/sub