typofix: cherry is spelled with two ars
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2013 21:51:17 +0000 (14:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2013 21:51:17 +0000 (14:51 -0700)
Do not say chery; it is spelled cherry.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3501-revert-cherry-pick.sh
t/t3506-cherry-pick-ff.sh
index 6f489e20eecb48c6e1a2dc2b1fe90e47e7b3e7ad..46aaf2f511f6d37e8552d0b12fa64f7e30accd1d 100755 (executable)
@@ -100,7 +100,7 @@ test_expect_success 'revert forbidden on dirty working tree' '
 
 '
 
-test_expect_success 'chery-pick on unborn branch' '
+test_expect_success 'cherry-pick on unborn branch' '
        git checkout --orphan unborn &&
        git rm --cached -r . &&
        rm -rf * &&
index 373aad623c8f02f6f9753eb38c6393a69c027001..fb889ac6f05a3243b09fbb7ec05356ed61ff9cb0 100755 (executable)
@@ -105,7 +105,7 @@ test_expect_success 'cherry pick a root commit with --ff' '
        test "$(git rev-parse --verify HEAD)" = "1df192cd8bc58a2b275d842cede4d221ad9000d1"
 '
 
-test_expect_success 'chery-pick --ff on unborn branch' '
+test_expect_success 'cherry-pick --ff on unborn branch' '
        git checkout --orphan unborn &&
        git rm --cached -r . &&
        rm -rf * &&