diff options
author | schweikh <schweikh@FreeBSD.org> | 2002-08-11 13:05:30 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2002-08-11 13:05:30 +0000 |
commit | b2bb39b1ebc96a74fcafa5329db783dcc556511b (patch) | |
tree | 359b8f6a3bb21f89fd8f77d83575d82b0f750df2 /usr.bin/paste | |
parent | 544b3fb6045b998a316e58f4dc0ad30a05280df1 (diff) | |
download | FreeBSD-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/paste')
-rw-r--r-- | usr.bin/paste/paste.1 | 2 |
1 files changed, 1 insertions, 1 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: |