From 6abbee8c60f16492d605ce087484d2654c068515 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Sat, 22 Jan 2011 14:02:48 -0600 Subject: [PATCH] t1510: fix typo in the comment of a test Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- t/t1510-repo-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT