lpr: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653
This commit is contained in:
Elyes Haouas 2023-06-01 17:41:32 -06:00 committed by Warner Losh
parent 136a9bb4e3
commit 05d85d7781
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ struct cjobinfo {
* did the original 'lpr') */
char *cji_class; /* class-name */
char *cji_curqueue; /* printer-queue that this cf-file is
* curently sitting in (mainly used
* currently sitting in (mainly used
* in syslog error messages) */
char *cji_fname; /* filename of the control file */
char *cji_jobname; /* job-name (for banner) */

View File

@ -67,7 +67,7 @@
#define DROP 3 /* offset to drop characters with descenders */
/*
* Define TERMCAP if the terminal capabilites are to be used for lpq.
* Define TERMCAP if the terminal capabilities are to be used for lpq.
*/
#define TERMCAP

View File

@ -190,7 +190,7 @@ main(int argc, char *argv[])
jobname = optarg;
break;
case 'P': /* specifiy printer name */
case 'P': /* specify printer name */
printer = optarg;
break;