]> err.no Git - util-linux/commitdiff
fdisk: fix typo
authorKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 13:02:55 +0000 (15:02 +0200)
committerKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 13:02:55 +0000 (15:02 +0200)
Reported-by: Daniel Nylander <po@danielnylander.se>
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/fdisk.c

index f2faa7fbc88d4aad6c89854746f5adab4b0c435a..dac14c2f5502ffa4046a4e0307cc23c1e55c6318 100644 (file)
@@ -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))