Skip to content

Commit f6216c2

Browse files
CanardChouChinoisgitster
authored andcommitted
bisect: correction of typo
Signed-off-by: Antoine Delaite <[email protected]> Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5b1d901 commit f6216c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bisect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ static void handle_bad_merge_base(void)
743743

744744
fprintf(stderr, "Some good revs are not ancestor of the bad rev.\n"
745745
"git bisect cannot work properly in this case.\n"
746-
"Maybe you mistake good and bad revs?\n");
746+
"Maybe you mistook good and bad revs?\n");
747747
exit(1);
748748
}
749749

t/t6030-bisect-porcelain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ test_expect_success 'bisect starting with a detached HEAD' '
362362
test_expect_success 'bisect errors out if bad and good are mistaken' '
363363
git bisect reset &&
364364
test_must_fail git bisect start $HASH2 $HASH4 2> rev_list_error &&
365-
grep "mistake good and bad" rev_list_error &&
365+
grep "mistook good and bad" rev_list_error &&
366366
git bisect reset
367367
'
368368

0 commit comments

Comments
 (0)