Skip to content

Commit

Permalink
typofix: cherry is spelled with two ars
Browse files Browse the repository at this point in the history
Do not say chery; it is spelled cherry.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 5, 2013
1 parent a316b95 commit 7a96c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/t3501-revert-cherry-pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 * &&
Expand Down
2 changes: 1 addition & 1 deletion t/t3506-cherry-pick-ff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 * &&
Expand Down

0 comments on commit 7a96c38

Please sign in to comment.