Skip to content

Commit d0008b3

Browse files
slattarinigitster
authored andcommitted
contrib/subtree: fix spelling of accidentally
Noticed with Lucas De Marchi's codespell tool. Signed-off-by: Stefano Lattarini <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Acked-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2582ab1 commit d0008b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/subtree/t/t7900-subtree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ test_expect_success 'add main-sub5' '
419419
test_expect_success 'split for main-sub5 without --onto' '
420420
# also test that we still can split out an entirely new subtree
421421
# if the parent of the first commit in the tree is not empty,
422-
# then the new subtree has accidently been attached to something
422+
# then the new subtree has accidentally been attached to something
423423
git subtree split --prefix subdir2 --branch mainsub5 &&
424424
check_equal ''"$(git log --pretty=format:%P -1 mainsub5)"'' ""
425425
'

0 commit comments

Comments
 (0)