summaryrefslogtreecommitdiff
path: root/t/t3509-cherry-pick-merge-df.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-04 22:28:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-09-04 22:30:03 (GMT)
commita316b954efb6d55f83c3950cfc2c7bbe356b5037 (patch)
tree21e10ab693211a813295f391fa4b0f6c6c5f059d /t/t3509-cherry-pick-merge-df.sh
parente230c568c4b9a991e3175e5f65171a566fd8e39c (diff)
downloadgit-a316b954efb6d55f83c3950cfc2c7bbe356b5037.zip
git-a316b954efb6d55f83c3950cfc2c7bbe356b5037.tar.gz
git-a316b954efb6d55f83c3950cfc2c7bbe356b5037.tar.bz2
typofix: commit is spelled with two ems
There are a handful of instances where we say commmit when we mean commit. Fix them. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3509-cherry-pick-merge-df.sh')
-rwxr-xr-xt/t3509-cherry-pick-merge-df.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3509-cherry-pick-merge-df.sh b/t/t3509-cherry-pick-merge-df.sh
index a5b6a5f..1e5b394 100755
--- a/t/t3509-cherry-pick-merge-df.sh
+++ b/t/t3509-cherry-pick-merge-df.sh
@@ -74,7 +74,7 @@ test_expect_success 'Setup rename with file on one side matching different dirna
echo content > sub/file &&
echo foo > othersub/whatever &&
git add -A &&
- git commit -m "Common commmit" &&
+ git commit -m "Common commit" &&
git rm -rf othersub &&
git mv sub/file othersub &&