Skip to content

Commit

Permalink
revision: Fix typo in --ancestry-path error message
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johan Herland authored and Junio C Hamano committed Jun 6, 2010
1 parent 57456ef commit 97b03c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revision.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 97b03c3

Please sign in to comment.