summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkswap.c
diff options
context:
space:
mode:
authorKarel Zak2010-06-14 18:15:29 +0200
committerKarel Zak2010-06-14 18:15:29 +0200
commit8e350e48c1e1be6bf0d7bfa731d9ef47e309390e (patch)
tree1e98339671a2edf11b913d8e0085df41ddd70787 /disk-utils/mkswap.c
parentmount: add notes about -o remount,ro,bind to mount.8 (diff)
downloadkernel-qcow2-util-linux-8e350e48c1e1be6bf0d7bfa731d9ef47e309390e.tar.gz
kernel-qcow2-util-linux-8e350e48c1e1be6bf0d7bfa731d9ef47e309390e.tar.xz
kernel-qcow2-util-linux-8e350e48c1e1be6bf0d7bfa731d9ef47e309390e.zip
textual: fix typos
Reported-by: Petr Pisar <petr.pisar@atlas.cz> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/mkswap.c')
-rw-r--r--disk-utils/mkswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/mkswap.c b/disk-utils/mkswap.c
index 09a9a0a40..acfd513e1 100644
--- a/disk-utils/mkswap.c
+++ b/disk-utils/mkswap.c
@@ -393,7 +393,7 @@ zap_bootbits(int fd, const char *devname, int force, int is_blkdev)
if (!pr)
die(_("unable to alloc new libblkid probe"));
if (blkid_probe_set_device(pr, fd, 0, 0))
- die(_("unable to assign device to liblkid probe"));
+ die(_("unable to assign device to libblkid probe"));
blkid_probe_enable_partitions(pr, 1);
blkid_probe_enable_superblocks(pr, 0);