From: Denys Vlasenko Date: Thu, 23 Mar 2017 16:41:59 +0000 (+0100) Subject: typo fix X-Git-Tag: 1_27_0~107 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f1db95abfbe3621241d1f797d312d7b0981fbac9;p=oweals%2Fbusybox.git typo fix Signed-off-by: Denys Vlasenko --- 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: