]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: (deprecated) fix typo tailed->failed
authorYuri Chornoivan <yurchor@gmail.com>
Wed, 29 May 2013 18:38:00 +0000 (21:38 +0300)
committerKarel Zak <kzak@redhat.com>
Tue, 30 Jul 2013 08:44:37 +0000 (10:44 +0200)
Signed-off-by: Yuri Chornoivan <yurchor@ukr.net>
mount-deprecated/mount.c

index b32edc10ee4b24e5286a8acbd416420953d8e20b..d8e1712da0710d8126fff31d414516e996c947bd 100644 (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;
       }