From f6216c2c5c113bc6b1ed008c5ed01062042382e1 Mon Sep 17 00:00:00 2001 From: Antoine Delaite Date: Tue, 23 Jun 2015 14:54:40 +0200 Subject: bisect: correction of typo Signed-off-by: Antoine Delaite Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- bisect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bisect.c') diff --git a/bisect.c b/bisect.c index 03d5cd9454..5b8357d4b3 100644 --- a/bisect.c +++ b/bisect.c @@ -743,7 +743,7 @@ static void handle_bad_merge_base(void) fprintf(stderr, "Some good revs are not ancestor of the bad rev.\n" "git bisect cannot work properly in this case.\n" - "Maybe you mistake good and bad revs?\n"); + "Maybe you mistook good and bad revs?\n"); exit(1); } -- cgit v1.2.1