Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
if (!pr)
die(_("unable to alloc new libblkid probe"));
if (blkid_probe_set_device(pr, fd, 0, 0))
- die(_("unable to assign device to liblkid probe"));
+ die(_("unable to assign device to libblkid probe"));
blkid_probe_enable_partitions(pr, 1);
blkid_probe_enable_superblocks(pr, 0);
direction = MNT_ITER_BACKWARD;
else
errx(EXIT_FAILURE,
- _("unknown direction '%s')"), optarg);
+ _("unknown direction '%s'"), optarg);
break;
case 'e':
flags |= FL_EVALUATE;