summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2011-01-22 20:02:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-01-24 18:14:57 (GMT)
commit6abbee8c60f16492d605ce087484d2654c068515 (patch)
tree9b0b0035d8c62563ad4820a075d61aecacc6406d /t
parentea472c1e3524e5c46a54c96bdb5c1deca8f7de28 (diff)
downloadgit-6abbee8c60f16492d605ce087484d2654c068515.zip
git-6abbee8c60f16492d605ce087484d2654c068515.tar.gz
git-6abbee8c60f16492d605ce087484d2654c068515.tar.bz2
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-xt/t1510-repo-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh
index dcc0f86..15101d5 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