summaryrefslogtreecommitdiff
path: root/contrib/subtree
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-08-09 08:53:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-08-11 21:35:42 (GMT)
commit2e3a16b279a9df2e498187871c67e623e12bc8a4 (patch)
tree9eed32d1cfcbe32944e36f1b02fb2876e0707a67 /contrib/subtree
parenta0a1831b034af10e5d5b37b99489a7558f9cc547 (diff)
downloadgit-2e3a16b279a9df2e498187871c67e623e12bc8a4.zip
git-2e3a16b279a9df2e498187871c67e623e12bc8a4.tar.gz
git-2e3a16b279a9df2e498187871c67e623e12bc8a4.tar.bz2
Spelling fixes
<BAD> <CORRECTED> accidently accidentally commited committed dependancy dependency emtpy empty existance existence explicitely explicitly git-upload-achive git-upload-archive hierachy hierarchy indegee indegree intial initial mulitple multiple non-existant non-existent precendence. precedence. priviledged privileged programatically programmatically psuedo-binary pseudo-binary soemwhere somewhere successfull successful transfering transferring uncommited uncommitted unkown unknown usefull useful writting writing Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/subtree')
-rwxr-xr-xcontrib/subtree/t/t7900-subtree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/subtree/t/t7900-subtree.sh b/contrib/subtree/t/t7900-subtree.sh
index 9751cfe..3c87eba 100755
--- a/contrib/subtree/t/t7900-subtree.sh
+++ b/contrib/subtree/t/t7900-subtree.sh
@@ -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)" ""
)