[git commit] typo fix

Denys Vlasenko vda.linux at googlemail.com
Thu Mar 23 16:41:59 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=f1db95abfbe3621241d1f797d312d7b0981fbac9
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/paste.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreutils/paste.c b/coreutils/paste.c
index 4eab138..54e15c9 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:


More information about the busybox-cvs mailing list