]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: fix typos in messages
authorYuri Chornoivan <yurchor@ukr.net>
Sat, 18 Aug 2012 18:47:08 +0000 (21:47 +0300)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Sep 2012 15:26:31 +0000 (17:26 +0200)
misc-utils/lsblk.c
schedutils/chrt.c
sys-utils/flock.c
text-utils/column.c

index 3a980db3ad5f1d267f45c20f1bfa66c5c68af689..38e1cdeba147a14624b384af5a29e34fc73011bf 100644 (file)
@@ -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"
index 95a6adca4fa97dea5c73667f31ee0eff412327ba..be10076b1255fe4348d48484bfce9a07d0afc322 100644 (file)
@@ -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
 
index 5a3422a1d2f81a73a46de239a8fd954526dcf844..b51415529953a90c3d1c6fa1973a4f81a19b7b91 100644 (file)
@@ -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);
index f33cc1447b94fbff7a6d5ce7f279022ea50e50e1..61668fdb9796652e85592c04f2ec95db05df019c 100644 (file)
@@ -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"));