]> Pileus Git - ~andy/git/commitdiff
revision: Fix typo in --ancestry-path error message
authorJohan Herland <johan@herland.net>
Thu, 3 Jun 2010 23:17:36 +0000 (01:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Jun 2010 17:16:35 +0000 (10:16 -0700)
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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) {