* [PATCH] Fix typos in util-linux messages
@ 2012-08-18 18:48 Yuri Chornoivan
2012-09-04 15:32 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Yuri Chornoivan @ 2012-08-18 18:48 UTC (permalink / raw)
To: util-linux
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-04 15:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-18 18:48 [PATCH] Fix typos in util-linux messages Yuri Chornoivan
2012-09-04 15:32 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).