diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-03-23 17:41:59 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-03-23 17:41:59 +0100 |
commit | f1db95abfbe3621241d1f797d312d7b0981fbac9 (patch) | |
tree | 6c9c241b2e4189361ae7cf7ac05a0d004a8c0ccc /coreutils | |
parent | d2383f57cd1ede7c43c69953e101b89d920353f6 (diff) | |
download | busybox-f1db95abfbe3621241d1f797d312d7b0981fbac9.tar.gz |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |