From f1db95abfbe3621241d1f797d312d7b0981fbac9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 23 Mar 2017 17:41:59 +0100 Subject: typo fix Signed-off-by: Denys Vlasenko --- coreutils/paste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/paste.c') diff --git a/coreutils/paste.c b/coreutils/paste.c index 4eab13839..54e15c9a0 100644 --- a/coreutils/paste.c +++ b/coreutils/paste.c @@ -20,7 +20,7 @@ //usage:#define paste_trivial_usage //usage: "[OPTIONS] [FILE]..." //usage:#define paste_full_usage "\n\n" -//usage: "Paste lines from each input file, seperated with tab\n" +//usage: "Paste lines from each input file, separated with tab\n" //usage: "\n -d LIST Use delimiters from LIST, not tab" //usage: "\n -s Serial: one file at a time" //usage: -- cgit v1.2.3