typo fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 23 Mar 2017 16:41:59 +0000 (17:41 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 23 Mar 2017 16:41:59 +0000 (17:41 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/paste.c

index 4eab13839e761454787d9d4c80652f07c322046a..54e15c9a0991830c2afb367713cb3908a23aa5fb 100644 (file)
@@ -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: