summaryrefslogtreecommitdiffstats
path: root/fdisks/fdiskdoslabel.c
diff options
context:
space:
mode:
authorYuri Chornoivan2013-04-11 19:51:39 +0200
committerKarel Zak2013-04-26 12:50:03 +0200
commitef75bc880e579b977ea0f5e04029e2509a9c0b4a (patch)
tree79987cfdaaf444de2e47e17638d1da8d7859417c /fdisks/fdiskdoslabel.c
parentwipefs: clean up code (diff)
downloadkernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.tar.gz
kernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.tar.xz
kernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.zip
Fix various typos
Diffstat (limited to 'fdisks/fdiskdoslabel.c')
-rw-r--r--fdisks/fdiskdoslabel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdisks/fdiskdoslabel.c b/fdisks/fdiskdoslabel.c
index fe04ac7dc..66e3bdc38 100644
--- a/fdisks/fdiskdoslabel.c
+++ b/fdisks/fdiskdoslabel.c
@@ -1096,8 +1096,8 @@ static int dos_set_parttype(
if (is_dos_partition(t->type) || is_dos_partition(p->sys_ind))
printf(
- _("\nWARNING: If you have created or modified any DOS 6.x"
- "partitions, please see the fdisk manual page for additional"
+ _("\nWARNING: If you have created or modified any DOS 6.x "
+ "partitions, please see the fdisk manual page for additional "
"information.\n\n"));
p->sys_ind = t->type;