]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: fix typos
authorKarel Zak <kzak@redhat.com>
Mon, 14 Jun 2010 16:15:29 +0000 (18:15 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Jun 2010 16:15:29 +0000 (18:15 +0200)
Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/mkswap.c
misc-utils/findmnt.c

index 09a9a0a40c71e263d2c3a7db037654ec323b7e65..acfd513e18c6f72c2e785feb637619e101c6e491 100644 (file)
@@ -393,7 +393,7 @@ zap_bootbits(int fd, const char *devname, int force, int is_blkdev)
                        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);
index 7f166c8c229f8cd643fe6daf1c7b8717aeccf443..4138480f1cdc03cd65493cdb0a0ab87418ef1772 100644 (file)
@@ -561,7 +561,7 @@ int main(int argc, char *argv[])
                                direction = MNT_ITER_BACKWARD;
                        else
                                errx(EXIT_FAILURE,
-                                       _("unknown direction '%s')"), optarg);
+                                       _("unknown direction '%s'"), optarg);
                        break;
                case 'e':
                        flags |= FL_EVALUATE;