summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan2013-05-29 20:38:00 +0200
committerKarel Zak2013-06-07 12:01:30 +0200
commitcd3ef11ffd087f9606b86b185028eb82a80a62fa (patch)
treec7cabec39487cff458e8de1cf8d5259ea01e4ed1
parentsu: fix exit status if terminated by signal (diff)
downloadkernel-qcow2-util-linux-cd3ef11ffd087f9606b86b185028eb82a80a62fa.tar.gz
kernel-qcow2-util-linux-cd3ef11ffd087f9606b86b185028eb82a80a62fa.tar.xz
kernel-qcow2-util-linux-cd3ef11ffd087f9606b86b185028eb82a80a62fa.zip
mount: (deprecated) fix typo tailed->failed
Signed-off-by: Yuri Chornoivan <yurchor@ukr.net>
-rw-r--r--mount-deprecated/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount-deprecated/mount.c b/mount-deprecated/mount.c
index b32edc10e..d8e1712da 100644
--- a/mount-deprecated/mount.c
+++ b/mount-deprecated/mount.c
@@ -1311,7 +1311,7 @@ loop_check(const char **spec, const char **type, int *flags,
}
if (loopcxt_init(&lc, 0) < 0) {
- error(_("mount: tailed to initialize loopdev context"));
+ error(_("mount: failed to initialize loopdev context"));
return EX_FAIL;
}