Skip to content

Commit 7a96c38

Browse files
committed
typofix: cherry is spelled with two ars
Do not say chery; it is spelled cherry. Signed-off-by: Junio C Hamano <[email protected]>
1 parent a316b95 commit 7a96c38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/t3501-revert-cherry-pick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test_expect_success 'revert forbidden on dirty working tree' '
100100
101101
'
102102

103-
test_expect_success 'chery-pick on unborn branch' '
103+
test_expect_success 'cherry-pick on unborn branch' '
104104
git checkout --orphan unborn &&
105105
git rm --cached -r . &&
106106
rm -rf * &&

t/t3506-cherry-pick-ff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test_expect_success 'cherry pick a root commit with --ff' '
105105
test "$(git rev-parse --verify HEAD)" = "1df192cd8bc58a2b275d842cede4d221ad9000d1"
106106
'
107107

108-
test_expect_success 'chery-pick --ff on unborn branch' '
108+
test_expect_success 'cherry-pick --ff on unborn branch' '
109109
git checkout --orphan unborn &&
110110
git rm --cached -r . &&
111111
rm -rf * &&

0 commit comments

Comments
 (0)