diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 16:41:25 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 16:41:25 +0000 |
| commit | b5635ba0a280a6f3829f5565395d4aad2d871736 (patch) | |
| tree | 3118e11a7933104f1e6df5477299cd53b318ef77 /usr.sbin/lpr/lpd | |
| parent | d7b1cc0a3ce031d368e77a972a24064077168a85 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/lpr/lpd')
| -rw-r--r-- | usr.sbin/lpr/lpd/recvjob.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index ec8834c54f33..c7ee4e949939 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -140,7 +140,7 @@ recvjob(const char *printer) /* * Read printer jobs sent by lpd and copy them to the spooling directory. - * Return the number of jobs successfully transfered. + * Return the number of jobs successfully transferred. */ static int readjob(struct printer *pp) @@ -356,7 +356,7 @@ read_number(const char *fn) } /* - * Remove all the files associated with the current job being transfered. + * Remove all the files associated with the current job being transferred. */ static void rcleanup(int signo __unused) |
