Reported-by: Micah Anderson <micah@xxxxxxxxxx> Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558653 Signed-off-by: Petr Uzel <petr.uzel@xxxxxxx> --- mount/mount.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mount/mount.c b/mount/mount.c index 00637f5..cb04d9d 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -1765,7 +1765,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0, unsigned long long size = 0; if (flags & MS_REMOUNT) { - error (_("mount: %s not mounted already, or bad option"), node); + error (_("mount: %s not mounted or bad option"), node); } else { error (_("mount: wrong fs type, bad option, bad superblock on %s,\n" " missing codepage or helper program, or other error"), -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html