diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
commit | 069129fa3dc05a0a58ae70a73696d129ecfdfbef (patch) | |
tree | 443cca5dca37d3a0532829c41e46e95006b5a6b5 /usr.sbin/lpr | |
parent | 6164249d06252e2101a730993f4440c8965e58da (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
p.s. Next commit will fix a typo in the sys/
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lpd/printjob.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c index afc65886deb..bc5d3184735 100644 --- a/usr.sbin/lpr/lpd/printjob.c +++ b/usr.sbin/lpr/lpd/printjob.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printjob.c,v 1.25 2001/08/30 17:38:13 millert Exp $ */ +/* $OpenBSD: printjob.c,v 1.26 2001/09/19 10:58:08 mpech Exp $ */ /* $NetBSD: printjob.c,v 1.9.4.3 1996/07/12 22:31:39 jtc Exp $ */ /* @@ -504,7 +504,7 @@ pass2: /* * Print a file. * Set up the chain [ PR [ | {IF, OF} ] ] or {IF, RF, TF, NF, DF, CF, VF}. - * Return -1 if a non-recoverable error occured, + * Return -1 if a non-recoverable error occurred, * 2 if the filter detected some errors (but printed the job anyway), * 1 if we should try to reprint this job and * 0 if all is well. @@ -740,7 +740,7 @@ start: /* * Send the daemon control file (cf) and any data files. - * Return -1 if a non-recoverable error occured, 1 if a recoverable error and + * Return -1 if a non-recoverable error occurred, 1 if a recoverable error and * 0 if all is well. */ static int |