]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t1510: fix typo in the comment of a test
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 22 Jan 2011 20:02:48 +0000 (14:02 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jan 2011 18:14:57 +0000 (10:14 -0800)
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1510-repo-setup.sh

index dcc0f86bd8ff7f05733297c2c15acf29f4f590f3..15101d5e032fbbef4a66039342d07afbc5203ee0 100755 (executable)
@@ -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