From cd3ef11ffd087f9606b86b185028eb82a80a62fa Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 29 May 2013 21:38:00 +0300 Subject: mount: (deprecated) fix typo tailed->failed Signed-off-by: Yuri Chornoivan --- mount-deprecated/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-55-g7522