From: Karel Zak Date: Sun, 2 Sep 2007 13:02:55 +0000 (+0200) Subject: fdisk: fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c68b39a55e0547169ffb5b8d008aad84ecf37e;p=util-linux fdisk: fix typo Reported-by: Daniel Nylander Signed-off-by: Karel Zak --- diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index f2faa7fb..dac14c2f 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -1512,7 +1512,7 @@ change_sysid(void) { printf (_("Changed system type of partition %d " "to %x (%s)\n"), i + 1, sys, temp); else - printf (_("System type of partition %d is unchanged" + printf (_("System type of partition %d is unchanged " "to %x (%s)\n"), i + 1, sys, temp); if (is_dos_partition(origsys) || is_dos_partition(sys))