fdisk: fix typo

Reported-by: Daniel Nylander <po@danielnylander.se>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2007-09-02 15:02:55 +02:00
parent 952a06cfa8
commit 60c68b39a5
1 changed files with 1 additions and 1 deletions

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