summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3a980db3a..38e1cdeba 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 95a6adca4..be10076b1 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 5a3422a1d..b51415529 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 f33cc1447..61668fdb9 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"));