All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yuri Chornoivan" <yurchor@ukr.net>
To: util-linux@vger.kernel.org
Subject: [PATCH] Fix typos in util-linux messages
Date: Sat, 18 Aug 2012 21:48:12 +0300	[thread overview]
Message-ID: <op.wi82imjfl2zvei@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

Hi!

Attached is the patch to fix some typos in util-linux messages.

Thanks for reviewing this patch.

Best regards,
Yuri

[-- Attachment #2: 0001-Fix-typos-in-messages.patch --]
[-- Type: application/octet-stream, Size: 2696 bytes --]

From 367110bff392fe0483eec1f454db82292e4b0927 Mon Sep 17 00:00:00 2001
From: Yuri Chornoivan <yurchor@ukr.net>
Date: Sat, 18 Aug 2012 21:47:08 +0300
Subject: [PATCH] Fix typos in messages.

---
 misc-utils/lsblk.c  |    2 +-
 schedutils/chrt.c   |    2 +-
 sys-utils/flock.c   |    2 +-
 text-utils/column.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c
index 2410de4..00d72cb 100644
--- a/misc-utils/lsblk.c
+++ b/misc-utils/lsblk.c
@@ -1206,7 +1206,7 @@ static void __attribute__((__noreturn__)) help(FILE *out)
 		" -h, --help           usage information (this)\n"
 		" -i, --ascii          use ascii characters only\n"
 		" -m, --perms          output info about permissions\n"
-		" -l, --list           use list format ouput\n"
+		" -l, --list           use list format output\n"
 		" -n, --noheadings     don't print headings\n"
 		" -o, --output <list>  output columns\n"
 		" -P, --pairs          use key=\"value\" output format\n"
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index 95a6adc..be10076 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -302,7 +302,7 @@ int main(int argc, char **argv)
 	/* sanity check */
 	if ((policy_flag & SCHED_RESET_ON_FORK) &&
 	    !(policy == SCHED_FIFO || policy == SCHED_RR))
-		errx(EXIT_FAILURE, _("SCHED_RESET_ON_FORK flag is suppoted for "
+		errx(EXIT_FAILURE, _("SCHED_RESET_ON_FORK flag is supported for "
 				     "SCHED_FIFO and SCHED_RR policies only"));
 #endif
 
diff --git a/sys-utils/flock.c b/sys-utils/flock.c
index 5a3422a..b514155 100644
--- a/sys-utils/flock.c
+++ b/sys-utils/flock.c
@@ -50,7 +50,7 @@ static void __attribute__((__noreturn__)) usage(int ex)
 	fprintf(stderr,
 		_(" %1$s [options] <file descriptor number>\n"
 		  " %1$s [options] <file> -c <command>\n"
-		  " %1$s [options} <directory> -c <command>\n"),
+		  " %1$s [options] <directory> -c <command>\n"),
 		program_invocation_short_name);
 	fputs(USAGE_OPTIONS, stderr);
 	fputs(_(  " -s  --shared             get a shared lock\n"), stderr);
diff --git a/text-utils/column.c b/text-utils/column.c
index f33cc14..61668fd 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -96,7 +96,7 @@ static void __attribute__((__noreturn__)) usage(int rc)
 	" -V, --version            output version information and exit\n"
 	" -c, --columns <width>    width of output in number of characters\n"
 	" -t, --table              create a table\n"
-	" -s, --separator <string> table delimeter\n"
+	" -s, --separator <string> table delimiter\n"
 	" -x, --fillrows           fill rows before columns\n"));
 
 	fprintf(out, _("\nFor more information see column(1).\n"));
-- 
1.7.10


             reply	other threads:[~2012-08-18 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-18 18:48 Yuri Chornoivan [this message]
2012-09-04 15:32 ` [PATCH] Fix typos in util-linux messages 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=op.wi82imjfl2zvei@localhost \
    --to=yurchor@ukr.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.