public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Davidlohr Bueso <dave@gnu.org>
To: Karel Zak <kzak@redhat.com>
Cc: util-linux <util-linux@vger.kernel.org>
Subject: [PATCH 1/4] misc-utils: fix typos
Date: Tue, 14 Feb 2012 12:13:12 +0100	[thread overview]
Message-ID: <1329217992.3269.5.camel@offbook> (raw)

From: Davidlohr Bueso <dave@gnu.org>

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 misc-utils/findmnt.c |    2 +-
 misc-utils/whereis.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c
index 9acc6e2..9a5ed3a 100644
--- a/misc-utils/findmnt.c
+++ b/misc-utils/findmnt.c
@@ -1067,7 +1067,7 @@ int main(int argc, char *argv[])
 		if (tabtype != TABTYPE_KERNEL)
 			errx_mutually_exclusive("--{poll,fstab,mtab}");
 		if (ntabfiles > 1)
-			errx(EXIT_FAILURE, _("--poll accepts only one file, but mure specified by --tab-file"));
+			errx(EXIT_FAILURE, _("--poll accepts only one file, but more specified by --tab-file"));
 	}
 
 	if (optind < argc && (get_match(COL_SOURCE) || get_match(COL_TARGET)))
diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c
index 17bb2d4..4a123f1 100644
--- a/misc-utils/whereis.c
+++ b/misc-utils/whereis.c
@@ -147,7 +147,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
 		" -M <dirs>  define man lookup path\n"
 		" -s         search only sources path\n"
 		" -S <dirs>  define sources lookup path\n"
-		" -u         search from unusual enties\n"
+		" -u         search from unusual entities\n"
 		" -V         output version information and exit\n"
 		" -h         display this help and exit\n\n"), out);
 
-- 
1.7.4.1





             reply	other threads:[~2012-02-14 11:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-14 11:13 Davidlohr Bueso [this message]
2012-02-24 13:16 ` [PATCH 1/4] misc-utils: fix typos 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=1329217992.3269.5.camel@offbook \
    --to=dave@gnu.org \
    --cc=kzak@redhat.com \
    --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