From: Yuri Chornoivan Date: Wed, 29 May 2013 18:38:00 +0000 (+0300) Subject: mount: (deprecated) fix typo tailed->failed X-Git-Tag: v2.24-rc1~518 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd3ef11ffd087f9606b86b185028eb82a80a62fa;p=thirdparty%2Futil-linux.git mount: (deprecated) fix typo tailed->failed Signed-off-by: Yuri Chornoivan --- diff --git a/mount-deprecated/mount.c b/mount-deprecated/mount.c index b32edc10ee..d8e1712da0 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; }