aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-08 08:16:06 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-08 08:16:06 +0000
commit04389c855e56d1715637fa43575ec13455a68b2e (patch)
tree613f325db58b100db67f2a334f0cde2f6cae7cd9 /usr.sbin/lpr
parent54247ce1f96f04d16f1429007bac3607c8a0a39e (diff)
downloadsrc-04389c855e56d1715637fa43575ec13455a68b2e.tar.gz
src-04389c855e56d1715637fa43575ec13455a68b2e.zip
Fix some common typos in comments
- s/configuraiton/configuration/ - s/specifed/specified/ - s/compatiblity/compatibility/ MFC after: 5 days
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/lpc/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c
index 0fb2e676f6a7..c0debb1fcbcd 100644
--- a/usr.sbin/lpr/lpc/cmds.c
+++ b/usr.sbin/lpr/lpc/cmds.c
@@ -94,7 +94,7 @@ static void wrapup_clean(int _laststatus);
*/
enum qsel_val { /* how a given ptr was selected */
QSEL_UNKNOWN = -1, /* ... not selected yet */
- QSEL_BYNAME = 0, /* ... user specifed it by name */
+ QSEL_BYNAME = 0, /* ... user specified it by name */
QSEL_ALL = 1 /* ... user wants "all" printers */
/* (with more to come) */
};