mount: (deprecated) fix typo tailed->failed

Signed-off-by: Yuri Chornoivan <yurchor@ukr.net>
This commit is contained in:
Yuri Chornoivan 2013-05-29 21:38:00 +03:00 committed by Karel Zak
parent 8960f3ae5f
commit cd3ef11ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}