diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-08 08:16:06 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-08 08:16:06 +0000 |
| commit | 04389c855e56d1715637fa43575ec13455a68b2e (patch) | |
| tree | 613f325db58b100db67f2a334f0cde2f6cae7cd9 /usr.sbin/lpr | |
| parent | 54247ce1f96f04d16f1429007bac3607c8a0a39e (diff) | |
Diffstat (limited to 'usr.sbin/lpr')
| -rw-r--r-- | usr.sbin/lpr/lpc/cmds.c | 2 |
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) */ }; |
