public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mount: fix bind mount success message
@ 2013-01-28 15:21 Bernhard Voelker
  2013-02-06 10:35 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Voelker @ 2013-01-28 15:21 UTC (permalink / raw)
  To: util-linux@vger.kernel.org

>From 94c87fbaf40a55e28bd99cbf236a28f1e494e02c Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <mail@bernhard-voelker.de>
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@bernhard-voelker.de>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-06 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 15:21 [PATCH] mount: fix bind mount success message Bernhard Voelker
2013-02-06 10:35 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox