aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2012-08-18 21:47:08 +0300
committerKarel Zak <kzak@redhat.com>2012-09-04 17:26:31 +0200
commitbbac757b1e50259d6e61b0ed932f09a504f6bcea (patch)
tree69fb255b038b7cdf7ce66c28238732fc51cbe35d
parentca3dbca10b4f96b8e309e579933dfdcab80b20b5 (diff)
downloadutil-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.tar.gz
textual: fix typos in messages
-rw-r--r--misc-utils/lsblk.c2
-rw-r--r--schedutils/chrt.c2
-rw-r--r--sys-utils/flock.c2
-rw-r--r--text-utils/column.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c
index 3a980db3ad..38e1cdeba1 100644
--- a/misc-utils/lsblk.c
+++ b/misc-utils/lsblk.c
@@ -1213,7 +1213,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 95a6adca4f..be10076b12 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 5a3422a1d2..b514155299 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 f33cc1447b..61668fdb97 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"));