]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sfdisk: fix typo
authorKarel Zak <kzak@redhat.com>
Mon, 1 Jul 2013 12:06:16 +0000 (14:06 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 1 Jul 2013 12:06:16 +0000 (14:06 +0200)
Reported-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisks/sfdisk.c

index 517327e407e773398cba1bb14023740a7ef237c8..6efef47373e6e9ee86b318a0b4965fc87dcd3426 100644 (file)
@@ -3026,7 +3026,7 @@ do_unhide(char **av, int ac, char *arg) {
 
     /* then write to disk */
     if (write_partitions(dev, fd, z))
-       warn(_("Donen"));
+       warn(_("Done"));
     else
        exit_status = 1;