Skip to content

Commit 97b03c3

Browse files
jherlandgitster
authored andcommitted
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>
1 parent 57456ef commit 97b03c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

revision.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ static int limit_list(struct rev_info *revs)
745745
if (revs->ancestry_path) {
746746
bottom = collect_bottom_commits(list);
747747
if (!bottom)
748-
die("--ancestry-path given but there is no bottom commits");
748+
die("--ancestry-path given but there are no bottom commits");
749749
}
750750

751751
while (list) {

0 commit comments

Comments
 (0)