diff options
author | gad <gad@FreeBSD.org> | 2002-06-13 02:37:50 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2002-06-13 02:37:50 +0000 |
commit | 1a13fee88e92ecded7b6ac4b7fd7da12f0748217 (patch) | |
tree | 039520328e223c690faa7a914e42bf317d24e760 /usr.sbin/lpr | |
parent | bac883a7e5c0f0df68d2ed3d31051701b8f6e273 (diff) | |
download | FreeBSD-src-1a13fee88e92ecded7b6ac4b7fd7da12f0748217.zip FreeBSD-src-1a13fee88e92ecded7b6ac4b7fd7da12f0748217.tar.gz |
Bah humbug. Fix another typo on the same comment line. It also had
an option-space instead of a space...
MFC after: 10 days
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/common_source/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index 13772c6..257a740 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -255,7 +255,7 @@ status_file_name(const struct printer *pp, char *buf, size_t len) /* * Routine to change operational state of a print queue. The operational - *Ęstate is indicated by the access bits on the lock file for the queue. + * state is indicated by the access bits on the lock file for the queue. * At present, this is only called from various routines in lpc/cmds.c. * * XXX - Note that this works by changing access-bits on the |