summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-08-11 13:05:30 +0000
committerschweikh <schweikh@FreeBSD.org>2002-08-11 13:05:30 +0000
commitb2bb39b1ebc96a74fcafa5329db783dcc556511b (patch)
tree359b8f6a3bb21f89fd8f77d83575d82b0f750df2 /usr.bin
parent544b3fb6045b998a316e58f4dc0ad30a05280df1 (diff)
downloadFreeBSD-src-b2bb39b1ebc96a74fcafa5329db783dcc556511b.zip
FreeBSD-src-b2bb39b1ebc96a74fcafa5329db783dcc556511b.tar.gz
Fix typos; each file has at least one s/seperat/separat/
(I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/paste/paste.12
-rw-r--r--usr.bin/xargs/xargs.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 3fef6ef..5d89dad 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -124,7 +124,7 @@ Number the lines in a file, similar to
.Pp
.Dl "sed = myfile | paste -s -d '\et\en' - -"
.Pp
-Create a colon-seperated list of directories named bin, suitable
+Create a colon-separated list of directories named bin, suitable
for use in the
.Ev PATH
environment variable:
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 868b251..96ad3b4 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -286,7 +286,7 @@ arg2:
/*
* If this string is not zero
* length, append a space for
- * seperation before the next
+ * separation before the next
* argument.
*/
if ((curlen = strlen(inpline)))
@@ -421,7 +421,7 @@ prerun(int argc, char *argv[])
/*
* For each argument to utility, if we have not used up
* the number of replacements we are allowed to do, and
- * if the argument contains at least one occurance of
+ * if the argument contains at least one occurrence of
* replstr, call strnsubst(), else just save the string.
* Iterations over elements of avj and tmp are done
* where appropriate.
OpenPOWER on IntegriCloud