summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
diff options
context:
space:
mode:
authorYuri Chornoivan2012-08-18 20:47:08 +0200
committerKarel Zak2012-09-04 17:26:31 +0200
commitbbac757b1e50259d6e61b0ed932f09a504f6bcea (patch)
tree69fb255b038b7cdf7ce66c28238732fc51cbe35d /text-utils/column.c
parentlibmount: document LIBMOUNT_DEBUG users (diff)
downloadkernel-qcow2-util-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.tar.gz
kernel-qcow2-util-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.tar.xz
kernel-qcow2-util-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.zip
textual: fix typos in messages
Diffstat (limited to 'text-utils/column.c')
-rw-r--r--text-utils/column.c2
1 files changed, 1 insertions, 1 deletions
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"));