summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.c
diff options
context:
space:
mode:
authorKarel Zak2007-09-02 15:02:55 +0200
committerKarel Zak2007-09-02 15:02:55 +0200
commit60c68b39a55e0547169ffb5b8d008aad84ecf37e (patch)
tree0f3afd2eada201f93a2899667f05d992873e9566 /fdisk/fdisk.c
parentbuild-sys: autogen.sh reports versions of autotools now (diff)
downloadkernel-qcow2-util-linux-60c68b39a55e0547169ffb5b8d008aad84ecf37e.tar.gz
kernel-qcow2-util-linux-60c68b39a55e0547169ffb5b8d008aad84ecf37e.tar.xz
kernel-qcow2-util-linux-60c68b39a55e0547169ffb5b8d008aad84ecf37e.zip
fdisk: fix typo
Reported-by: Daniel Nylander <po@danielnylander.se> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/fdisk.c')
-rw-r--r--fdisk/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c
index f2faa7fbc..dac14c2f5 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))