>From 94c87fbaf40a55e28bd99cbf236a28f1e494e02c Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <mail@xxxxxxxxxxxxxxxxxxx> Date: Mon, 28 Jan 2013 16:20:24 +0100 Subject: [PATCH] mount: fix bind mount success message * sys-utils/mount.c (success_message): s/binded/bound/. Signed-off-by: Bernhard Voelker <mail@xxxxxxxxxxxxxxxxxxx> --- sys-utils/mount.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-utils/mount.c b/sys-utils/mount.c index e98a688..0c74ed9 100644 --- a/sys-utils/mount.c +++ b/sys-utils/mount.c @@ -247,7 +247,7 @@ static void success_message(struct libmnt_context *cxt) if (mflags & MS_MOVE) printf(_("%s: %s moved to %s.\n"), pr, src, tgt); else if (mflags & MS_BIND) - printf(_("%s: %s binded on %s.\n"), pr, src, tgt); + printf(_("%s: %s bound on %s.\n"), pr, src, tgt); else if (mflags & MS_PROPAGATION) { if (src && strcmp(src, "none") != 0 && tgt) printf(_("%s: %s mounted on %s.\n"), pr, src, tgt); -- 1.7.7 -- 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