Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'revision.c')
-rw-r--r--revision.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/revision.c b/revision.c
index 71fec3c63a..eb6f849cef 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) {