sfdisk: fix typo

Reported-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2013-07-01 14:06:16 +02:00
parent 99361a9c0e
commit 3b347e2638
1 changed files with 1 additions and 1 deletions

View 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;