]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/subtree/t/t7900-subtree.sh
Spelling fixes
[thirdparty/git.git] / contrib / subtree / t / t7900-subtree.sh
index 9751cfe9e63d6510dd7af0b6be5f7028df49bf88..3c87ebaf57baede9810c3b9b489eed9751189706 100755 (executable)
@@ -948,7 +948,7 @@ test_expect_success 'split a new subtree without --onto option' '
 
                # also test that we still can split out an entirely new subtree
                # if the parent of the first commit in the tree is not empty,
-               # then the new subtree has accidently been attached to something
+               # then the new subtree has accidentally been attached to something
                git subtree split --prefix="sub dir2" --branch subproj2-br &&
                check_equal "$(git log --pretty=format:%P -1 subproj2-br)" ""
        )