summaryrefslogtreecommitdiffstats
path: root/mount-deprecated/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount-deprecated/mount.c')
-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;
}