Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-03-23 19:41:59 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2017-03-23 19:41:59 +0300
commitf1db95abfbe3621241d1f797d312d7b0981fbac9 (patch)
tree6c9c241b2e4189361ae7cf7ac05a0d004a8c0ccc /coreutils/paste.c
parentd2383f57cd1ede7c43c69953e101b89d920353f6 (diff)
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/paste.c')
-rw-r--r--coreutils/paste.c2
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: