diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2011-01-22 14:02:48 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-24 10:14:57 -0800 |
commit | 6abbee8c60f16492d605ce087484d2654c068515 (patch) | |
tree | 9b0b0035d8c62563ad4820a075d61aecacc6406d /t | |
parent | ea472c1e3524e5c46a54c96bdb5c1deca8f7de28 (diff) | |
download | git-6abbee8c60f16492d605ce087484d2654c068515.tar.gz |
t1510: fix typo in the comment of a test
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t1510-repo-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |