]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: fixing typos in a warning and an error message
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 19 Apr 2013 18:14:59 +0000 (20:14 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Apr 2013 11:55:29 +0000 (13:55 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
fdisks/fdiskdoslabel.c

index 66e3bdc389c9d1bf269e81a1f2857fb653399d8c..415f222cad246965316e6a6d330909a45ba7e78c 100644 (file)
@@ -764,7 +764,7 @@ static void check(struct fdisk_context *cxt, size_t n,
                fprintf(stderr, _("Partition %zd: sector %d greater than "
                        "maximum %llu\n"), n, s, cxt->geom.sectors);
        if (real_c >= cxt->geom.cylinders)
-               fprintf(stderr, _("Partitions %zd: cylinder %d greater than "
+               fprintf(stderr, _("Partition %zd: cylinder %d greater than "
                        "maximum %llu\n"), n, real_c + 1, cxt->geom.cylinders);
        if (cxt->geom.cylinders <= 1024 && start != total)
                fprintf(stderr,