From a48c321dd175d043fb4572bab625631b2055075e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 19 Apr 2013 20:14:59 +0200 Subject: [PATCH] textual: fixing typos in a warning and an error message Signed-off-by: Benno Schulenberg --- fdisks/fdiskdoslabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdisks/fdiskdoslabel.c b/fdisks/fdiskdoslabel.c index 66e3bdc389..415f222cad 100644 --- a/fdisks/fdiskdoslabel.c +++ b/fdisks/fdiskdoslabel.c @@ -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, -- 2.47.3