From 97b03c353856602a3c30b01baae1efb8dfe4243e Mon Sep 17 00:00:00 2001 From: Johan Herland Date: Fri, 4 Jun 2010 01:17:36 +0200 Subject: revision: Fix typo in --ancestry-path error message Signed-off-by: Johan Herland Signed-off-by: Junio C Hamano --- revision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'revision.c') diff --git a/revision.c b/revision.c index 71fec3c63..eb6f849ce 100644 --- a/revision.c +++ b/revision.c @@ -745,7 +745,7 @@ static int limit_list(struct rev_info *revs) if (revs->ancestry_path) { bottom = collect_bottom_commits(list); if (!bottom) - die("--ancestry-path given but there is no bottom commits"); + die("--ancestry-path given but there are no bottom commits"); } while (list) { -- cgit v1.2.1