]> Pileus Git - ~andy/git/blobdiff - revision.c
revision: Fix typo in --ancestry-path error message
[~andy/git] / revision.c
index 71fec3c63a8af567ef7fe3e83e643df8a686d8a0..eb6f849cef2455b69a77b3ef6bc04cf57cbd4a69 100644 (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) {