1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-30 05:36:08 +02:00

revision: Fix typo in --ancestry-path error message

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johan Herland 2010-06-04 01:17:36 +02:00 committed by Junio C Hamano
parent 57456ef459
commit 97b03c3538

View File

@ -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) {