Skip to content

Commit 6abbee8

Browse files
jrngitster
authored andcommitted
t1510: fix typo in the comment of a test
Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ea472c1 commit 6abbee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1510-repo-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ test_expect_success '#28: core.worktree and core.bare conflict (gitfile case)' '
739739
grep "core.bare and core.worktree" message
740740
'
741741

742-
# Case #29: GIT_WORK_TREE(+core.worktree) overries core.bare (gitfile case).
742+
# Case #29: GIT_WORK_TREE(+core.worktree) overrides core.bare (gitfile case).
743743
test_expect_success '#29: setup' '
744744
setup_repo 29 non-existent gitfile true &&
745745
mkdir -p 29/sub/sub 29/wt/sub

0 commit comments

Comments
 (0)