]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (bsd) fix spelling in warning message
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 16 Mar 2016 08:55:50 +0000 (09:55 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Mar 2016 09:39:36 +0000 (10:39 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
libfdisk/src/bsd.c

index 24272bc3a8c70917e6ce013ff869ec324c40a1a1..099a8cc1379317cbbbb935d8fc278b4472270a3c 100644 (file)
@@ -897,7 +897,7 @@ static int bsd_write_disklabel(struct fdisk_context *cxt)
        sync_disks(cxt);
 
        if (cxt->parent && fdisk_label_is_changed(cxt->parent->label))
-               fdisk_info(cxt, _("Disklabel written to %s (don't forget to write %s disklable too)."),
+               fdisk_info(cxt, _("Disklabel written to %s.  (Don't forget to write the %s disklabel too.)"),
                                cxt->dev_path, cxt->parent->dev_path);
        else
                fdisk_info(cxt, _("Disklabel written to %s."), cxt->dev_path);