public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Voelker <mail@bernhard-voelker.de>
To: "util-linux@vger.kernel.org" <util-linux@vger.kernel.org>
Subject: [PATCH] mount: fix bind mount success message
Date: Mon, 28 Jan 2013 16:21:51 +0100	[thread overview]
Message-ID: <5106978F.90202@bernhard-voelker.de> (raw)

>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


             reply	other threads:[~2013-01-28 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-28 15:21 Bernhard Voelker [this message]
2013-02-06 10:35 ` [PATCH] mount: fix bind mount success message Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5106978F.90202@bernhard-voelker.de \
    --to=mail@bernhard-voelker.de \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox