]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
umount: fix typo
authorKarel Zak <kzak@redhat.com>
Wed, 26 Apr 2017 10:34:48 +0000 (12:34 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 26 Apr 2017 10:34:48 +0000 (12:34 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/umount.c

index 21f7edfed89f17349170a6db8c1cfd7263bd97ed..67897b8da721e6f67158113bcb41188e356de70b 100644 (file)
@@ -215,7 +215,7 @@ static int mk_exit_code(struct libmnt_context *cxt, int rc)
                 */
                if (rc < 0)
                        return handle_generic_errors(rc,
-                               _("%s: filesystem was unmounted, but mount(8) failed"),
+                               _("%s: filesystem was unmounted, but umount(8) failed"),
                                tgt);
 
                return MOUNT_EX_SOFTWARE;       /* internal error */