From: Yuri Chornoivan Date: Sat, 18 Aug 2012 18:47:08 +0000 (+0300) Subject: textual: fix typos in messages X-Git-Tag: v2.23-rc1~730 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbac757b1e50259d6e61b0ed932f09a504f6bcea;p=thirdparty%2Futil-linux.git textual: fix typos in messages --- 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 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] \n" " %1$s [options] -c \n" - " %1$s [options} -c \n"), + " %1$s [options] -c \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 of output in number of characters\n" " -t, --table create a table\n" - " -s, --separator table delimeter\n" + " -s, --separator table delimiter\n" " -x, --fillrows fill rows before columns\n")); fprintf(out, _("\nFor more information see column(1).\n"));