summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
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.sbin/lpr
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.sbin/lpr')
-rw-r--r--usr.sbin/lpr/common_source/matchjobs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/common_source/matchjobs.c b/usr.sbin/lpr/common_source/matchjobs.c
index 568aab3..9af0fd1 100644
--- a/usr.sbin/lpr/common_source/matchjobs.c
+++ b/usr.sbin/lpr/common_source/matchjobs.c
@@ -327,7 +327,7 @@ parse_jobspec(char *jobstr, struct jobspec_hdr *js_hdr)
* If there is anything left in the numstr, and if the
* original string did not include a userid or a hostname,
* then this might be the ancient form of '\d+hostname'
- * (with no seperator between jobnum and hostname). Accept
+ * (with no separator between jobnum and hostname). Accept
* that for backwards compatibility, but otherwise any
* remaining characters mean a user-error. Note that the
* ancient form accepted only a single number, but this
OpenPOWER on IntegriCloud